Skip to content

Commit

Permalink
bug fix for confirm cancel modal
Browse files Browse the repository at this point in the history
  • Loading branch information
lanesCSO committed Apr 11, 2024
1 parent 5f1a47b commit c2053a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/api.library.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ api.modal.confirm = function (pMessage, pCallbackMethod, pCallbackParams, pIconT
// https://stackoverflow.com/questions/10860171/run-function-after-delay
if (pCancellationCallbackMethod != null) {
pCancellationCallbackMethod(pCancellationCallbackParams);
$(this).dequeue();
}
$(this).dequeue();
});
});

Expand Down
Loading

0 comments on commit c2053a7

Please sign in to comment.