summaryrefslogtreecommitdiffstats
path: root/quicksearch.js
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-01-12 17:16:03 +0100
committerjustdave%syndicomm.com <>2003-01-12 17:16:03 +0100
commitaeec598412d3b247c9155cf97834dea503bd136c (patch)
tree220a7707ab38997cc877bd480254a93a48b8d6b6 /quicksearch.js
parent83f0e23415fc6bfe19168a89fe8603e587942667 (diff)
downloadbugzilla-aeec598412d3b247c9155cf97834dea503bd136c.tar.gz
bugzilla-aeec598412d3b247c9155cf97834dea503bd136c.tar.xz
Bug 153874: Query in sidebar wasn't working
Patch by Peter Henderson (peterhenderson@usa.net) r= kiko, a= justdave
Diffstat (limited to 'quicksearch.js')
-rw-r--r--quicksearch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/quicksearch.js b/quicksearch.js
index ff43a5f1d..1eb627073 100644
--- a/quicksearch.js
+++ b/quicksearch.js
@@ -47,7 +47,7 @@ function do_shift(l) {
function go_to (url) {
if ( typeof sidebar != "undefined" && sidebar == 1 ) {
- load_relative_url(url);
+ load_absolute_url(url);
} else {
document.location.href = url;
}