We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7a182 commit ac74ccaCopy full SHA for ac74cca
advanced_filters/static/advanced-filters/jquery_adder.js
@@ -1,3 +1,4 @@
1
(function($) {
2
- if (!window.jQuery) window.jQuery = $;
3
-})(window._jq || jQuery || grp.jQuery);
+ // overwrite whatever is set in global, to use in Magnific popup
+ window.jQuery = $
4
+})(django.jQuery);
0 commit comments