diff options
author | lpsolit%gmail.com <> | 2006-12-27 02:50:00 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-12-27 02:50:00 +0100 |
commit | 87262c454c6d67b55cbb59598ddc05e82da98940 (patch) | |
tree | e767ecb9fc158f68fb8d25227c0986e3857bf641 /template | |
parent | 00b5a1191a9770ed76a915ca0c0ae1838d8c9848 (diff) | |
download | bugzilla-87262c454c6d67b55cbb59598ddc05e82da98940.tar.gz bugzilla-87262c454c6d67b55cbb59598ddc05e82da98940.tar.xz |
Bug 363916: buglist.cgi can throw an error about JavaScript even though QuickSearch no longer uses JS - Patch by timeless <timeless@bemail.org> r=vladd a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 983b0f8d4..244a7f48a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -736,10 +736,6 @@ [% END %] You must enter a valid [% terms.bug %] number! [% END %] - <noscript> - If you are trying to use QuickSearch, you need to enable - JavaScript in your browser. - </noscript> [% ELSIF error == "invalid_changedsince" %] [% title = "Invalid 'Changed Since'" %] |