Skip to content

Commit

Permalink
luci-base: space -> tab
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Oct 17, 2024
1 parent 46fb560 commit ade3606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/luci-base/htdocs/luci-static/resources/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/luci-base/htdocs/luci-static/resources/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ade3606

Please sign in to comment.