Skip to content
Snippets Groups Projects
Commit e3be7638 authored by CHAMONT David's avatar CHAMONT David
Browse files

Merge branch 'select-deselect' into 'master'

Problème après désélection du dernier label sélectionner.

See merge request !37
parents eb3c8b0d 2cb5513d
No related branches found
No related tags found
1 merge request!37Problème après désélection du dernier label sélectionner.
......@@ -142,8 +142,7 @@
unselect_tab: [],
loading: 1,
labels_language: "FR",
url: "static/unchecked_swimming.small.png",
booba: "frfrfrfrfrfr"
url: "static/unchecked_swimming.small.png"
},
methods: {
init_all_labels: function() {
......@@ -210,7 +209,9 @@
result.result_tab = JSON.parse(request_ajax("all_tutos"));
result.del_unselected_tuto();
hierarchy.maj_new_labels_tab();
} else
} else if (this.old_labels_tab.length == 0) {
this.reset();
} else
result.maj_tutos(3);
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