From 9a8c4149166bb0f70974a9eda9e97cfdbfcbdf77 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Wed, 2 Jan 2008 22:49:24 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20410524:=20createCalendar()=20and=20showCa?= =?UTF-8?q?lendar()=20undefined=20after=20attaching=20a=20file=20-=20Patch?= =?UTF-8?q?=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@242274 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/attachment/created.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/webtools/bugzilla/template/en/default/attachment/created.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/attachment/created.html.tmpl index 039cc897702..5522380ac17 100644 --- a/mozilla/webtools/bugzilla/template/en/default/attachment/created.html.tmpl +++ b/mozilla/webtools/bugzilla/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" %]