From bd116ff3ac5cc62bbd85ef7036bc64f3f14ce794 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 20 Feb 2011 01:51:13 +0100 Subject: Component should be normal component not search table. --- data/bzpage.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'data/bzpage.js') diff --git a/data/bzpage.js b/data/bzpage.js index c012e07..0d3bcbe 100644 --- a/data/bzpage.js +++ b/data/bzpage.js @@ -861,12 +861,8 @@ function queryInNewTab(text, component, product) { if (equivCompsArr.length > 0) { component = equivCompsArr[0]; } - urlStr += "&field0-0-0=component&type0-0-0=regexp&value0-0-0=" - + component.trim(); - } else { - urlStr += "&field0-0-0=component&type0-0-0=substring&value0-0-0=" - + component.trim(); } + urlStr += "&component=" + component.trim(); } // using more complicated query tables here, because they can be more easily -- cgit