diff options
author | Colin Joy <bugzilla@colinjoy.net> | 2015-08-06 17:09:56 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-08-06 17:09:56 +0200 |
commit | 7adedfc2db456af0a8766eb7bc1916fc8c33b558 (patch) | |
tree | 79981f243ba6419ffd8e3a342c75505820892555 | |
parent | 672fe6de4aee1eecea76ff4e6426f1d4a3262724 (diff) | |
download | bugzilla-7adedfc2db456af0a8766eb7bc1916fc8c33b558.tar.gz bugzilla-7adedfc2db456af0a8766eb7bc1916fc8c33b558.tar.xz |
Bug 1189813: Include javascript_urls in header.html.tmpl DEFAULT directive
r=LpSolit a=dkl
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 98cd42980..488828daf 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -32,6 +32,7 @@ header_addl_info = "" onload = "" style_urls = [] + javascript_urls = [] yui = [] yui_css = {} yui_deps = {} |