1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Revert to previous version

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-31 20:39:28 +02:00
parent 0737e27eb8
commit d658599d2e
2 changed files with 2 additions and 2 deletions

View file

@ -1460,7 +1460,7 @@ var CBIListValue = CBIValue.extend({
id: this.cbid(section_id),
size: this.size,
sort: this.keylist,
optional: this.optional,
optional: this.rmempty || this.optional,
placeholder: this.placeholder,
validate: L.bind(this.validate, this, section_id)
});

View file

@ -7,7 +7,7 @@
sort = self.keylist,
widget = self.widget,
datatype = self.datatype,
optional = self.optional,
optional = self.optional or self.rmempty,
placeholder = self.placeholder
}
}))%>></div>