Skip to content

Commit

Permalink
Merge pull request #458 from ESIPFed/fix/btn-on-wrong-pw
Browse files Browse the repository at this point in the history
Fix: Enable btn after wrong pw
  • Loading branch information
ZihengSun authored Feb 29, 2024
2 parents 3c077b2 + 5b07d08 commit 24064cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/static/js/gw.process.js
Original file line number Diff line number Diff line change
Expand Up @@ -2093,6 +2093,10 @@ GW.process = {

if($("#inputpswd").length) $("#inputpswd").val("");

if ($("#pswd-confirm-btn").prop("disabled")) {
$("#pswd-confirm-btn").prop("disabled", false);
}

console.error("fail to execute the process " + req.processId);

});
Expand Down

0 comments on commit 24064cf

Please sign in to comment.