mirror of https://git.openwrt.org/project/luci.git
luci-base: space -> tab
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
parent
46fb56000f
commit
ade3606800
|
@ -2158,8 +2158,8 @@ Protocol = baseclass.extend(/** @lends LuCI.network.Protocol.prototype */ {
|
|||
var prefixes = [...v6_prefixes, ...v6_addresses];
|
||||
|
||||
if(prefixes.length && typeof(prefixes[0].valid) == 'number') {
|
||||
var r = prefixes[0].valid;
|
||||
return (r > 0 ? r : 0);
|
||||
var r = prefixes[0].valid;
|
||||
return (r > 0 ? r : 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1255,7 +1255,7 @@ var UIDropdown = UIElement.extend(/** @lends LuCI.ui.Dropdown.prototype */ {
|
|||
sb.setAttribute('open', '');
|
||||
|
||||
var pv = ul.cloneNode(true);
|
||||
pv.classList.add('preview');
|
||||
pv.classList.add('preview');
|
||||
|
||||
if (fl)
|
||||
fl.classList.add('cbi-dropdown-open');
|
||||
|
|
Loading…
Reference in New Issue