From: guy.pyrzak%gmail.com <> Date: Thu, 18 Sep 2008 23:56:26 +0000 (+0000) Subject: Bug 455808: "YAHOO is not defined" JS error thrown when editing attachments X-Git-Tag: bugzilla-3.3.1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a4e528cf0de39813a54d1c2f3c865bda45d615;p=thirdparty%2Fbugzilla.git Bug 455808: "YAHOO is not defined" JS error thrown when editing attachments Patch by Guy Pyrzak r=mkanat, a=mkanat --- diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 10648159b8..3c099bee74 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -35,7 +35,7 @@ subheader = subheader onload="setContentTypeDisabledState(document.entryform);" style_urls = [ 'skins/standard/create_attachment.css' ] - javascript_urls = [ "js/attachment.js" ] + javascript_urls = [ "js/yui/yahoo-dom-event.js", "js/attachment.js" ] doc_section = "attachments.html" %] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 8d0422065a..2550d4f468 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -35,6 +35,7 @@ title = title header = header subheader = subheader + javascript_urls = [ "js/yui/yahoo-dom-event.js" ] doc_section = "attachments.html" %]