]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 455808: "YAHOO is not defined" JS error thrown when editing attachments
authorguy.pyrzak%gmail.com <>
Thu, 18 Sep 2008 23:56:26 +0000 (23:56 +0000)
committerguy.pyrzak%gmail.com <>
Thu, 18 Sep 2008 23:56:26 +0000 (23:56 +0000)
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat

template/en/default/attachment/create.html.tmpl
template/en/default/attachment/edit.html.tmpl

index 10648159b89088f456a82d18ea4cfd36f57bea33..3c099bee7446a731f527aca6d9e3329e942cf443 100644 (file)
@@ -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"
 %]
 
index 8d0422065ae4b79cbac205c36e75a042decf9ae9..2550d4f468a563c3fa8a83f671589b9db45032bd 100644 (file)
@@ -35,6 +35,7 @@
   title = title
   header = header
   subheader = subheader
+  javascript_urls = [ "js/yui/yahoo-dom-event.js" ]
   doc_section = "attachments.html"
 %]