From 7ae63b1e06f607ede3ed32829ac9316e4c657247 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Fri, 18 Jun 2010 01:00:38 -0700 Subject: Bug 572949: Update YUI to 2.8.1 r=glob, a=mkanat --- template/en/default/bug/create/create.html.tmpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'template/en/default/bug/create') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 39f14e8de..a59fe9112 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -30,11 +30,9 @@ [% PROCESS global/header.html.tmpl title = title - style_urls = [ 'skins/standard/yui/autocomplete.css', - 'skins/standard/attachment.css', - 'skins/standard/yui/calendar.css' ] - javascript_urls = [ "js/yui/bz_autocomplete_bundle.js", - "js/attachment.js", "js/util.js", "js/yui/calendar.js", + yui = [ 'autocomplete', 'calendar' ] + style_urls = [ 'skins/standard/attachment.css' ] + javascript_urls = [ "js/attachment.js", "js/util.js", "js/field.js", "js/TUI.js" ] onload = 'set_assign_to();' %] -- cgit v1.2.3-24-g4f1b