Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
2849989f
Commit
2849989f
authored
Feb 29, 2004
by
kiko%async.com.br
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an XXX comment related to bugs 201235 and 236025.
parent
2a6e1e93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
quicksearch.js
quicksearch.js
+4
-0
No files found.
quicksearch.js
View file @
2849989f
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment