Skip to content
Snippets Groups Projects
Commit 36ac6346 authored by Deleted User's avatar Deleted User
Browse files

ok a modifer a la maison

parent 92700b80
No related branches found
No related tags found
2 merge requests!28Resolve "Clignotement de valeurs intermédiaires",!25Resolve "Clignotement de valeurs intermédiaires"
......@@ -113,7 +113,7 @@
old_labels_tab: [],
new_labels_tab: [],
unselect_tab: [],
loading: 0,
loading: 1,
url: "static/unchecked_swimming.small.png"
},
methods: {
......@@ -146,6 +146,7 @@
* Move selected label from [new tab => old tab] or
* from [unselect_tab => old tab].
*/
this.loading = 0;
if (source == 1) {
this.old_labels_tab.push(this.new_labels_tab[index]);
this.new_labels_tab.splice(index, 1);
......@@ -155,6 +156,7 @@
this.unselect_tab.splice(index, 1);
result.maj_tutos(3);
}
this.loading = 1;
},
rm_label_of_old_tab: function(index) {
/**
......
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