summaryrefslogtreecommitdiffstats
path: root/web_src/js/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/jquery.js')
-rw-r--r--web_src/js/jquery.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web_src/js/jquery.js b/web_src/js/jquery.js
new file mode 100644
index 0000000000..f2932dbfa4
--- /dev/null
+++ b/web_src/js/jquery.js
@@ -0,0 +1,5 @@
+import $ from 'jquery';
+import 'jquery-migrate';
+
+$.migrateMute = true;
+window.$ = window.jQuery = $;