Commit 2849989f authored by kiko%async.com.br's avatar kiko%async.com.br

Add an XXX comment related to bugs 201235 and 236025.

parent 2a6e1e93
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment