From 50ee6eb2ff149ab3f3b67af839680a0e2ea9eedc Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 27 Feb 2012 14:54:13 +0100 Subject: Bug 730670: Do not redirect in buglist.cgi to improve performance r=glob a=LpSolit --- template/en/default/global/common-links.html.tmpl | 7 ++++++ template/en/default/list/list.html.tmpl | 26 ++++++++++++++++++++-- template/en/default/search/form.html.tmpl | 5 +++++ .../en/default/search/search-specific.html.tmpl | 7 ++++++ 4 files changed, 43 insertions(+), 2 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index cbfa7c77a..5af02afa6 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -21,6 +21,13 @@ onsubmit="if (this.quicksearch.value == '') { alert('Please enter one or more search terms first.'); return false; } return true;"> + + -- cgit v1.2.3-24-g4f1b