Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/11032
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Jun 10, 2022
1 parent a486524 commit 06f401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/view/javascript/common.js
Expand Up @@ -136,7 +136,7 @@ var alert = function () {
}, 7000);
}

$(document).ready(alert);
$(document).on('click', 'button', alert);

// Forms
$(document).on('submit', 'form[data-oc-toggle=\'ajax\']', function (e) {
Expand Down

0 comments on commit 06f401b

Please sign in to comment.