luci2: always load 'none' protocol explicitely since it serves as fallback for unknow...
[project/luci2/ui.git] / luci2 / htdocs / luci2 / luci2.js
index 2d1c8bc..7c09901 100644 (file)
@@ -1483,7 +1483,9 @@ function LuCI2()
                _fetch_protocols: function()
                {
                        var self = L.NetworkModel;
-                       var deferreds = [ ];
+                       var deferreds = [
+                               self._fetch_protocol('none')
+                       ];
 
                        for (var proto in self._cache.protolist)
                                deferreds.push(self._fetch_protocol(proto));