From: kiko%async.com.br <> Date: Sun, 29 Feb 2004 23:22:26 +0000 (+0000) Subject: Add an XXX comment related to bugs 201235 and 236025. X-Git-Tag: bugzilla-2.17.7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2849989f9e39b690ada3d8e73f99e86bf1b6c1e3;p=thirdparty%2Fbugzilla.git Add an XXX comment related to bugs 201235 and 236025. --- diff --git a/quicksearch.js b/quicksearch.js index 1eb6270736..b72f96b7a4 100644 --- a/quicksearch.js +++ b/quicksearch.js @@ -46,6 +46,10 @@ function do_shift(l) { } function go_to (url) { + // XXX specifying "sidebar" here indicates you want to use a + // function to do the actual loading instead of using the specified + // url directly. bug 236025 covers clarifying this. Pages that specify + // sidebar=1 *must* specify a load_absolute_url function meanwhile. if ( typeof sidebar != "undefined" && sidebar == 1 ) { load_absolute_url(url); } else {