diff options
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/util.js b/js/src/util.js index 7183aeb6b..5467b9dab 100644 --- a/js/src/util.js +++ b/js/src/util.js @@ -172,7 +172,7 @@ const Util = { }, get jQuery() { - return window.$ || window.jQuery + return window.jQuery } } |
