diff options
author | kiko%async.com.br <> | 2004-03-01 00:22:26 +0100 |
---|---|---|
committer | kiko%async.com.br <> | 2004-03-01 00:22:26 +0100 |
commit | 2849989f9e39b690ada3d8e73f99e86bf1b6c1e3 (patch) | |
tree | ef52231cb31f9f156bf733641b1588aab2f1fdf3 | |
parent | 2a6e1e93a1497d4fd0fac6585e21218bc86016dc (diff) | |
download | bugzilla-2849989f9e39b690ada3d8e73f99e86bf1b6c1e3.tar.gz bugzilla-2849989f9e39b690ada3d8e73f99e86bf1b6c1e3.tar.xz |
Add an XXX comment related to bugs 201235 and 236025.
-rw-r--r-- | quicksearch.js | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |