Skip to content

Commit

Permalink
Fix: Enable btn after wrong pw
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanakr7 committed Feb 29, 2024
1 parent 3c077b2 commit 5b07d08
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 5b07d08

Please sign in to comment.