summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-01-03 05:49:24 +0100
committerlpsolit%gmail.com <>2008-01-03 05:49:24 +0100
commitbc799da184c1dca11311333ce895ed5a0b16f473 (patch)
tree0e6604d1e8e4ac22e7c20efad02ae4753d7651f2 /template
parent697e9b9562940e4c5655d1c9a8d81d888cdec6eb (diff)
downloadbugzilla-bc799da184c1dca11311333ce895ed5a0b16f473.tar.gz
bugzilla-bc799da184c1dca11311333ce895ed5a0b16f473.tar.xz
Bug 410524: createCalendar() and showCalendar() undefined after attaching a file - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/created.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl
index 039cc8977..5522380ac 100644
--- a/template/en/default/attachment/created.html.tmpl
+++ b/template/en/default/attachment/created.html.tmpl
@@ -28,6 +28,9 @@
[% PROCESS global/header.html.tmpl
title = "Attachment $attachment.id added to $terms.Bug $attachment.bug_id"
+ javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js",
+ "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ]
+ style_urls = [ "skins/standard/yui/calendar.css" ]
doc_section = "bug_page.html"
%]