aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/util.js')
-rw-r--r--js/src/util.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/src/util.js b/js/src/util.js
index 16d114b1a..e3e779793 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -154,6 +154,10 @@ const Util = (() => {
}
}
}
+ },
+
+ get jQuery() {
+ return window.jQuery || window.$
}
}