mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
When switching source from Any to network and back, allow source subnet field to be changed afterwards.
This commit is contained in:
parent
78f45b0a50
commit
3aed792b1a
@ -252,7 +252,7 @@ function sourcesel_change() {
|
||||
switch (document.iform.source_type.selectedIndex) {
|
||||
case 1: // network
|
||||
document.iform.source.disabled = 0;
|
||||
document.iform.source.disabled = 0;
|
||||
document.iform.source_subnet.disabled = 0;
|
||||
break;
|
||||
default:
|
||||
document.iform.source.value = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user