summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@mozilla.com>2015-05-29 18:26:32 +0200
committerDylan William Hardison <dylan@hardison.net>2015-05-29 18:26:50 +0200
commit495e38b39a34ed5adf9c72dcfbadbd51d4e66fee (patch)
tree6d676d63cef0514cc421ae703667e9a355dd39fd
parentd0acf505c5a451b8f90c84628398b42d65dabc42 (diff)
downloadbugzilla-495e38b39a34ed5adf9c72dcfbadbd51d4e66fee.tar.gz
bugzilla-495e38b39a34ed5adf9c72dcfbadbd51d4e66fee.tar.xz
Bug 1169227: "Short URL" fails on any new query - I don't get a link
-rw-r--r--extensions/Bitly/template/en/default/hook/global/header-start.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Bitly/template/en/default/hook/global/header-start.html.tmpl b/extensions/Bitly/template/en/default/hook/global/header-start.html.tmpl
index 12ab7b20f..96b8c145a 100644
--- a/extensions/Bitly/template/en/default/hook/global/header-start.html.tmpl
+++ b/extensions/Bitly/template/en/default/hook/global/header-start.html.tmpl
@@ -10,4 +10,4 @@
[% style_urls.push('extensions/Bitly/web/styles/bitly.css') %]
[% javascript_urls.push('extensions/Bitly/web/js/bitly.js') %]
-[% yui.push('container') %]
+[% yui.push('container', 'connection') %]