Skip to content
Snippets Groups Projects
Commit afb13c4f authored by erichard's avatar erichard
Browse files

cleaning code

parent 5ccc1434
No related branches found
No related tags found
1 merge request!67Customisable labelstower
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
<br><br> <br><br>
<div id="header" v-cloak> <div id="header" v-cloak>
<div class="row"> <div class="row">
{{ mandatory_labels == None }}
<div class="col-md-12" id="project_title"> <div class="col-md-12" id="project_title">
<a href="/" style="text-decoration:none; color: 124f66;"> <a href="/" style="text-decoration:none; color: 124f66;">
<h1 style="display: inline;"><b> [[ txt['project_name'] ]] </b></h1> <h1 style="display: inline;"><b> [[ txt['project_name'] ]] </b></h1>
...@@ -175,10 +174,7 @@ ...@@ -175,10 +174,7 @@
update_loading(0); update_loading(0);
hierarchy.mandatory_labels.push(hierarchy.high_discriminating_labels[index]); hierarchy.mandatory_labels.push(hierarchy.high_discriminating_labels[index]);
hierarchy.high_discriminating_labels.splice(index, 1); hierarchy.high_discriminating_labels.splice(index, 1);
console.log("av")
console.log(hierarchy.high_discriminating_labels)
update_elements_and_labels(); update_elements_and_labels();
console.log("ap")
save_session(); save_session();
update_loading(1); update_loading(1);
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment