When switching source from Any to network and back, allow source subnet field to be changed afterwards.

This commit is contained in:
Scott Ullrich 2006-04-21 00:13:27 +00:00
parent 78f45b0a50
commit 3aed792b1a

View File

@ -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 = "";