From 09a4e528cf0de39813a54d1c2f3c865bda45d615 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Thu, 18 Sep 2008 23:56:26 +0000 Subject: Bug 455808: "YAHOO is not defined" JS error thrown when editing attachments Patch by Guy Pyrzak r=mkanat, a=mkanat --- template/en/default/attachment/create.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/attachment/create.html.tmpl') diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 10648159b..3c099bee7 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" %] -- cgit v1.2.3-24-g4f1b