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:
parent
0737e27eb8
commit
d658599d2e
2 changed files with 2 additions and 2 deletions
|
@ -1460,7 +1460,7 @@ var CBIListValue = CBIValue.extend({
|
||||||
id: this.cbid(section_id),
|
id: this.cbid(section_id),
|
||||||
size: this.size,
|
size: this.size,
|
||||||
sort: this.keylist,
|
sort: this.keylist,
|
||||||
optional: this.optional,
|
optional: this.rmempty || this.optional,
|
||||||
placeholder: this.placeholder,
|
placeholder: this.placeholder,
|
||||||
validate: L.bind(this.validate, this, section_id)
|
validate: L.bind(this.validate, this, section_id)
|
||||||
});
|
});
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
sort = self.keylist,
|
sort = self.keylist,
|
||||||
widget = self.widget,
|
widget = self.widget,
|
||||||
datatype = self.datatype,
|
datatype = self.datatype,
|
||||||
optional = self.optional,
|
optional = self.optional or self.rmempty,
|
||||||
placeholder = self.placeholder
|
placeholder = self.placeholder
|
||||||
}
|
}
|
||||||
}))%>></div>
|
}))%>></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue