Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
6e7cba10
Commit
6e7cba10
authored
Jul 16, 2015
by
Mikaël Salson
Browse files
builder.js: Two info lines had the same ID.
Bug found thanks to Watir
parent
6b8e66d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/builder.js
View file @
6e7cba10
...
...
@@ -537,7 +537,7 @@ Builder.prototype = {
else
if
(
percent
<
50
)
{
warning
=
"
warning
"
;
}
}
var
div_segmented
=
this
.
build_info_line
(
"
info_se
gmented
"
,
"
selected locus
"
,
val
,
warning
)
var
div_segmented
=
this
.
build_info_line
(
"
info_se
lected_locus
"
,
"
selected locus
"
,
val
,
warning
)
parent
.
appendChild
(
div_segmented
)
}
...
...
Write
Preview
Supports
Markdown
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