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
3554af9c
Commit
3554af9c
authored
Mar 18, 2015
by
Marc Duez
Browse files
builder.js : remove old function
parent
05e7fbf7
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/builder.js
View file @
3554af9c
...
@@ -34,7 +34,6 @@ Builder.prototype = {
...
@@ -34,7 +34,6 @@ Builder.prototype = {
self
.
toggle_left_container
()
self
.
toggle_left_container
()
});
});
this
.
build_tagSelector
()
this
.
build_displaySelector
()
this
.
build_displaySelector
()
this
.
build_info_container
()
this
.
build_info_container
()
this
.
build_clusterSelector
()
this
.
build_clusterSelector
()
...
@@ -175,11 +174,6 @@ Builder.prototype = {
...
@@ -175,11 +174,6 @@ Builder.prototype = {
},
},
/*complete tagSelector html element with correct info about current tagname
* */
build_tagSelector
:
function
()
{
},
/* Fonction servant à "déverouiller" l'appel de la fonction compute_normalization(), ainsi qu'à apposer le 'check' au checkBox 'normalize'
/* Fonction servant à "déverouiller" l'appel de la fonction compute_normalization(), ainsi qu'à apposer le 'check' au checkBox 'normalize'
* */
* */
...
@@ -215,7 +209,6 @@ Builder.prototype = {
...
@@ -215,7 +209,6 @@ Builder.prototype = {
}
}
$
(
input
).
focusout
(
function
()
{
$
(
input
).
focusout
(
function
()
{
setTimeout
(
function
(){
setTimeout
(
function
(){
self
.
build_tagSelector
()
self
.
build_displaySelector
()
self
.
build_displaySelector
()
},
500
);
},
500
);
})
})
...
@@ -232,7 +225,6 @@ Builder.prototype = {
...
@@ -232,7 +225,6 @@ Builder.prototype = {
var
newTagName
=
document
.
getElementById
(
"
new_tag_name
"
)
var
newTagName
=
document
.
getElementById
(
"
new_tag_name
"
)
.
value
;
.
value
;
self
.
m
.
tag
[
tagID
].
name
=
newTagName
self
.
m
.
tag
[
tagID
].
name
=
newTagName
self
.
build_tagSelector
()
self
.
build_displaySelector
()
self
.
build_displaySelector
()
self
.
m
.
analysisHasChanged
=
true
self
.
m
.
analysisHasChanged
=
true
}
}
...
...
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