Correctly disable for GRE too..

Ticket #585
This commit is contained in:
Scott Ullrich 2005-10-11 17:24:44 +00:00
parent 69258759be
commit c117537a6b

View File

@ -27,7 +27,7 @@ function ext_rep_change() {
function proto_change() {
if(document.iform.proto.selectedIndex > 3) {
if(document.iform.proto.selectedIndex > 2) {
document.iform.beginport_cust.disabled = 1;
document.iform.endport_cust.disabled = 1;
document.iform.beginport.disabled = 1;