From bc799da184c1dca11311333ce895ed5a0b16f473 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 3 Jan 2008 04:49:24 +0000 Subject: Bug 410524: createCalendar() and showCalendar() undefined after attaching a file - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/attachment/created.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/attachment/created.html.tmpl') 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" %] -- cgit v1.2.3-24-g4f1b