summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-05-03 13:38:59 +0200
committerDylan William Hardison <dylan@hardison.net>2017-05-03 13:39:18 +0200
commit318651ceaba13b359b97e383ef25c5761aeddc7e (patch)
tree7c6b43916c1065947b4684c3f1e941796214e072 /js
parent8be2b9a50d3b7bc88b3b40654f95e5269378da8d (diff)
downloadbugzilla-318651ceaba13b359b97e383ef25c5761aeddc7e.tar.gz
bugzilla-318651ceaba13b359b97e383ef25c5761aeddc7e.tar.xz
Bug 1355490 - Short URL link give "The token is not valid" error
Diffstat (limited to 'js')
-rw-r--r--js/global.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/global.js b/js/global.js
index 04bc3fedf..7d89473da 100644
--- a/js/global.js
+++ b/js/global.js
@@ -16,7 +16,7 @@
*
*/
-var BUGZILLA = $('head').data('bugzilla');
+var BUGZILLA = $("#bugzilla-global").data("bugzilla");
$(function () {
$('body').addClass("platform-" + navigator.platform);