summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-02-12 07:29:08 +0100
committermkanat%bugzilla.org <>2009-02-12 07:29:08 +0100
commitc09a9a46b4c20a99a046b8ad67dbae76910e1256 (patch)
treeb6853c23f36ec2bc6a2442cbd19d13f0aada68d2 /template/en/default/global/header.html.tmpl
parent47cf0ef790fc4848ea728ca4e7dc3748459436f8 (diff)
downloadbugzilla-c09a9a46b4c20a99a046b8ad67dbae76910e1256.tar.gz
bugzilla-c09a9a46b4c20a99a046b8ad67dbae76910e1256.tar.xz
Bug 476090: Allow users to log-in from toolbar
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index b687da6af..5f3ed44d8 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -189,6 +189,7 @@
<![endif]-->
<script src="js/yui/yahoo-dom-event.js" type="text/javascript"></script>
+ <script src="js/global.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
YAHOO.namespace('bugzilla');
@@ -205,7 +206,6 @@
cookiepath: '[% Param('cookiepath') FILTER js %]'
}
};
-
[% IF javascript %]
[% javascript %]
[% END %]