mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Compare to null'
This commit is contained in:
parent
d3c87b20a1
commit
c3ff485c06
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ return view.extend({
|
|||
|
||||
var new_ifnames = L.toArray(value);
|
||||
|
||||
if (value == undefined)
|
||||
if (value == null)
|
||||
return;
|
||||
|
||||
old_ifnames.sort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue