Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
19fe54b5
Commit
19fe54b5
authored
Mar 17, 2015
by
Marc Duez
Browse files
index.html : don't try to keep menu up to date just rebuild it before display
parent
f1e640dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
browser/index.html
View file @
19fe54b5
...
...
@@ -150,7 +150,7 @@
</div></div>
</div>
<div
class=
"menu"
id=
"settings_menu"
onmouseover=
"showSelector('settingsSelector');"
>
settings
<div
class=
"menu"
id=
"settings_menu"
onmouseover=
"
builder.build_settings();
showSelector('settingsSelector');"
>
settings
<div
id=
"settingsSelector"
class=
"selector"
><div>
<div
class=
"menu_box"
>
normalization
</br>
...
...
browser/js/builder.js
View file @
19fe54b5
...
...
@@ -38,9 +38,7 @@ Builder.prototype = {
this
.
build_displaySelector
()
this
.
build_info_container
()
this
.
build_clusterSelector
()
this
.
build_settings
()
this
.
initTag
();
if
(
typeof
config
!=
'
undefined
'
&&
typeof
config
.
use_database
!=
'
undefined
'
&&
config
.
use_database
)
this
.
build_db
()
if
(
this
.
m
.
samples
.
order
.
length
==
1
)
this
.
resizeGraph
(
0
)
else
this
.
resizeGraph
(
50
)
...
...
@@ -193,7 +191,6 @@ Builder.prototype = {
self
.
m
.
compute_data_normalization
(
data
,
size
)
self
.
m
.
update
()
$
(
'
#dataMenu
'
).
hide
(
'
fast
'
)
self
.
build_settings
()
}
},
...
...
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