Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
guiHive
Commits
afdd2292
Commit
afdd2292
authored
Jan 02, 2020
by
Brandon Walts
Committed by
ens-bwalts
Jan 06, 2020
Browse files
Remove recursive buildURL call that was causing a multiple parameter update bug
parent
0c7e8366
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
javascript/ajax.js
javascript/ajax.js
+1
-2
No files found.
javascript/ajax.js
View file @
afdd2292
...
...
@@ -927,8 +927,7 @@ function buildURL(obj, callback) {
function
(
x
)
{
obj
.
add
(
new
Option
(
x
,
x
,
true
));
obj
.
value
=
x
;
$
(
obj
).
change
();
return
buildURL
(
obj
,
callback
)
$
(
obj
).
change
();
//will trigger a second call to update_db with new value
}
);
return
;
...
...
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