Commit 09a4e528 authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

Bug 455808: "YAHOO is not defined" JS error thrown when editing attachments

Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
parent c64160f5
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
subheader = subheader subheader = subheader
onload="setContentTypeDisabledState(document.entryform);" onload="setContentTypeDisabledState(document.entryform);"
style_urls = [ 'skins/standard/create_attachment.css' ] 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" doc_section = "attachments.html"
%] %]
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
title = title title = title
header = header header = header
subheader = subheader subheader = subheader
javascript_urls = [ "js/yui/yahoo-dom-event.js" ]
doc_section = "attachments.html" doc_section = "attachments.html"
%] %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment