]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add an XXX comment related to bugs 201235 and 236025.
authorkiko%async.com.br <>
Sun, 29 Feb 2004 23:22:26 +0000 (23:22 +0000)
committerkiko%async.com.br <>
Sun, 29 Feb 2004 23:22:26 +0000 (23:22 +0000)
quicksearch.js

index 1eb627073600d62742887349350496179f189295..b72f96b7a4fea36136d6109d331650d4ef02d0ab 100644 (file)
@@ -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 {