1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2021-03-05 21:18:56 +01:00
parent d3c87b20a1
commit c3ff485c06

View file

@ -511,7 +511,7 @@ return view.extend({
var new_ifnames = L.toArray(value);
if (value == undefined)
if (value == null)
return;
old_ifnames.sort();