luci-base: space -> tab

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald 2024-10-17 05:01:57 +02:00
parent 46fb56000f
commit ade3606800
2 changed files with 3 additions and 3 deletions

View File

@ -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);
}
}
}

View File

@ -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');