diff options
author | mkanat%bugzilla.org <> | 2009-11-18 08:06:45 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-11-18 08:06:45 +0100 |
commit | 3606f75dd1d18e5a3419c0b679ba3288fd203cf5 (patch) | |
tree | 9d8c75d71cceb60d11eb7df1db27aacb293d6dae /template/en/default/bug | |
parent | a44e152480c9c22ca9b3a89da774317c5590d21b (diff) | |
download | bugzilla-3606f75dd1d18e5a3419c0b679ba3288fd203cf5.tar.gz bugzilla-3606f75dd1d18e5a3419c0b679ba3288fd203cf5.tar.xz |
Bug 421265: Let the user easily override the language used to display HTML pages
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index f466f7704..21f7959a2 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -33,7 +33,7 @@ style_urls = [ 'skins/standard/create_attachment.css', 'skins/standard/yui/calendar.css' ] javascript_urls = [ "js/attachment.js", "js/util.js", "js/yui/calendar.js", - "js/field.js", "js/yui/cookie.js", "js/TUI.js" ] + "js/field.js", "js/TUI.js" ] onload = 'set_assign_to();' %] |