summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl8
1 files changed, 3 insertions, 5 deletions
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();'
%]