Skip to content

Commit 63180e0

Browse files
authored
MC-42052: Replace jQuery click shorthand function (#10)
1 parent 805d33b commit 63180e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/system/config/google-maps-api-key-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define(['jquery'], function ($) {
2121
$(el).attr('disabled', false);
2222
}
2323

24-
$(el).click(function () {
24+
$(el).on('click', function () {
2525
var resultText = config.invalidLabel,
2626
resultIcon = 'icon-admin-pagebuilder-error',
2727
resultHtml;

0 commit comments

Comments
 (0)