diff options
author | lpsolit%gmail.com <> | 2008-01-03 05:49:24 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-01-03 05:49:24 +0100 |
commit | bc799da184c1dca11311333ce895ed5a0b16f473 (patch) | |
tree | 0e6604d1e8e4ac22e7c20efad02ae4753d7651f2 | |
parent | 697e9b9562940e4c5655d1c9a8d81d888cdec6eb (diff) | |
download | bugzilla-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
-rw-r--r-- | template/en/default/attachment/created.html.tmpl | 3 |
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" %] |