diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2011-06-29 07:03:53 +0200 |
---|---|---|
committer | Guy Pyrzak <guy.pyrzak@gmail.com> | 2011-06-29 07:03:53 +0200 |
commit | fb13a2bb7f8802336f8b1d38e3d133af5f5bd501 (patch) | |
tree | 38ea8a91e87466a4ff3e765cedc131f77c4ad5a6 /template/en/default/bug/create | |
parent | d6661a06f7a23885746d34df5452b22df5d95c6f (diff) | |
download | bugzilla-fb13a2bb7f8802336f8b1d38e3d133af5f5bd501.tar.gz bugzilla-fb13a2bb7f8802336f8b1d38e3d133af5f5bd501.tar.xz |
Bug 652427: Going back to the new bug page loses the description if possible duplicates have been searched for
r=mkanat, r=mkanat
Diffstat (limited to 'template/en/default/bug/create')
-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 29d79863f..3bb5b3a87 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -30,7 +30,7 @@ [% PROCESS global/header.html.tmpl title = title - yui = [ 'autocomplete', 'calendar', 'datatable' ] + yui = [ 'autocomplete', 'calendar', 'datatable', 'button' ] style_urls = [ 'skins/standard/attachment.css', 'skins/standard/enter_bug.css' ] javascript_urls = [ "js/attachment.js", "js/util.js", |