mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Spaces->tabs
This commit is contained in:
parent
25a96ffb1b
commit
e1caefc74f
@ -140,15 +140,15 @@ function hideLabel(text, hide) {
|
||||
|
||||
// Hides the '/' and the subnet mask of an Ip_Address/subnet_mask group
|
||||
function hideMask(name, hide) {
|
||||
if(hide) {
|
||||
$('[id^=' + name + ']').hide();
|
||||
$('[id^=' + name + ']').prev('span').hide();
|
||||
$('[id^=' + name + ']').parents('div').removeClass('input-group');
|
||||
} else {
|
||||
$('[id^=' + name + ']').show();
|
||||
$('[id^=' + name + ']').prev('span').show();
|
||||
$('[id^=' + name + ']').parents('div').addClass('input-group');
|
||||
}
|
||||
if(hide) {
|
||||
$('[id^=' + name + ']').hide();
|
||||
$('[id^=' + name + ']').prev('span').hide();
|
||||
$('[id^=' + name + ']').parents('div').removeClass('input-group');
|
||||
} else {
|
||||
$('[id^=' + name + ']').show();
|
||||
$('[id^=' + name + ']').prev('span').show();
|
||||
$('[id^=' + name + ']').parents('div').addClass('input-group');
|
||||
}
|
||||
}
|
||||
|
||||
// Toggle table row checkboxes and background colors on the pages that use sortable tables:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user