This commit is contained in:
Ludovic CANDELLIER
2021-04-02 17:00:22 +02:00
parent 4999031563
commit 46ad2a2917
19 changed files with 30 additions and 27 deletions

View File

@@ -9,7 +9,7 @@
$el.append($("<option></option>").attr("value",'').text('{{ __("all") }}'));
}
$.each(data, function(key, name) {
console.log(name);
// console.log(name);
if (key != null) {
if (key == selected) {
$el.append($("<option selected='selected'></option>").attr("value", key).text(name));