diff --git a/vendor/javascript/jquery2_global.js b/vendor/javascript/jquery2_global.js index bc17fe147..67d0bdbfd 100644 --- a/vendor/javascript/jquery2_global.js +++ b/vendor/javascript/jquery2_global.js @@ -1,6 +1,7 @@ -import $ from "jquery2-core"; +import "jquery2-core"; + +const $ = window.jQuery || window.$; -// Make the imported instance the global one used by plugins window.$ = $; window.jQuery = $;