mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #896 from phil-davis/master
Really fix #3376 Alias Edit does not display correctly
This commit is contained in:
commit
f71b440bf1
@ -461,9 +461,9 @@ function typesel_change() {
|
||||
break;
|
||||
}
|
||||
|
||||
jQuery("select[id='address_subnet']").prop("disabled", field_disabled);
|
||||
if (set_value == true);
|
||||
jQuery("select[id='address_subnet']").prop("value", field_value);
|
||||
jQuery("select[id^='address_subnet']").prop("disabled", field_disabled);
|
||||
if (set_value == true)
|
||||
jQuery("select[id^='address_subnet']").prop("value", field_value);
|
||||
}
|
||||
|
||||
function add_alias_control() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user