summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show-header.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-08-07 06:53:31 +0200
committerByron Jones <bjones@mozilla.com>2012-08-07 06:53:31 +0200
commit88c13e9f2694db2d91f0f76f0d485395921135e2 (patch)
tree16517b7c99cb3db883831594f6d40173fd363e97 /template/en/default/bug/show-header.html.tmpl
parent23eaf30f1bb04e6698d11689de28dd1067b560e2 (diff)
downloadbugzilla-88c13e9f2694db2d91f0f76f0d485395921135e2.tar.gz
bugzilla-88c13e9f2694db2d91f0f76f0d485395921135e2.tar.xz
Bug 779434: Fix refreshing a page not updating fields
Diffstat (limited to 'template/en/default/bug/show-header.html.tmpl')
-rw-r--r--template/en/default/bug/show-header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl
index b93f3edf1..f71c2a22a 100644
--- a/template/en/default/bug/show-header.html.tmpl
+++ b/template/en/default/bug/show-header.html.tmpl
@@ -35,7 +35,7 @@
[% header = "$terms.Bug&nbsp;$bug.bug_id" %]
[% header_addl_info = "Last modified: $filtered_timestamp" %]
[% yui = ['autocomplete', 'calendar'] %]
-[% javascript_urls = [ "js/util.js", "js/field.js" ] %]
+[% javascript_urls = [ "js/util.js", "js/field.js", "js/show_bug.js" ] %]
[% IF bug.defined %]
[% unfiltered_title = "$terms.Bug $bug.bug_id – $bug.short_desc" %]
[% javascript = BLOCK %]