Skip to content
Snippets Groups Projects
Commit b3ad4527 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Issue #2465731 by markovica: Replace jquery.live() by jquery.on().

parent 7d08e8f9
Branches
Tags
1 merge request!2Issue #3342445: jQuery .live() is deprecated
......@@ -69,7 +69,7 @@
// Hide on animation click!
if (Drupal.settings.jquery_loadinganimation.close_on_click) {
$("div#loadinganimation").live('click', function() {
$("div#loadinganimation").on('click', function() {
Drupal.behaviors.jquery_loadinganimation.Loadinganimation.hide();
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment