Skip to content
Snippets Groups Projects
Commit b6d9551f authored by Nejc Koporec's avatar Nejc Koporec Committed by Jakob P
Browse files

Issue #3307943 by japerry: jQuery.once() is not a function

parent a3d7878e
Branches
Tags
1 merge request!3Issue #3307943: jQuery.once() is not a function
......@@ -3,7 +3,7 @@
* Contains the definition of the behavior openAcquiaLiftExperienceBuilder.
*/
(function ($, Drupal) {
(function ($, Drupal, once) {
'use strict';
......@@ -26,10 +26,9 @@
*/
Drupal.behaviors.acquiaLiftOpenExperienceBuilder = {
attach: function (context, settings) {
$(context)
$(once('acquia-lift-open-experience-builder',context))
.find('.toolbar .toolbar-bar #openLiftLink')
.once('acquia-lift-open-experience-builder')
.on('click', openExperienceBuilder);
}
};
})(jQuery, Drupal);
})(jQuery, Drupal, once);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment