summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-09-28 05:20:00 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-09-28 05:20:00 +0200
commit9c13acab14bf2e2597d51aa0aedda2496d34a7a0 (patch)
treefd696cb9008a6f6c69c9e54ee101a81b877b039b /template/en/default/bug/comments.html.tmpl
parentf64efa79bd78ab59cb65588feacf93e0de475e48 (diff)
downloadbugzilla-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.tar.gz
bugzilla-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.tar.xz
Bug 595380: Add a ?mtime string to all of the manually-inserted
<script src> and <link href> tags in Bugzilla r=glob, a=mkanat
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 9a7a050af..4f7795b12 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -22,7 +22,7 @@
[% PROCESS bug/time.html.tmpl %]
-<script src="js/comments.js" type="text/javascript">
+<script src="[% 'js/comments.js' FILTER mtime %]" type="text/javascript">
</script>
[% DEFAULT start_at = 0 mode = "show" %]