From 2849989f9e39b690ada3d8e73f99e86bf1b6c1e3 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Sun, 29 Feb 2004 23:22:26 +0000 Subject: Add an XXX comment related to bugs 201235 and 236025. --- quicksearch.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'quicksearch.js') diff --git a/quicksearch.js b/quicksearch.js index 1eb627073..b72f96b7a 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 { -- cgit v1.2.3-24-g4f1b