When the "OpenVPN" users type was commented out of the drop-down, this function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.

This commit is contained in:
jim-p 2012-05-02 08:29:31 -04:00
parent 6478e71e95
commit 8d70eb8d9e

View File

@ -405,7 +405,7 @@ function typesel_change() {
eval(comd);
}
break;
case 3: /* OpenVPN Users */
/* case 3: // OpenVPN Users
var cmd;
newrows = totalrows;
@ -416,8 +416,8 @@ function typesel_change() {
eval(comd);
}
break;
case 4: /* url */
*/
case 3: /* url */
var cmd;
newrows = totalrows;
for(i=0; i<newrows; i++) {
@ -426,7 +426,7 @@ function typesel_change() {
}
break;
case 5: /* urltable */
case 4: /* urltable */
var cmd;
newrows = totalrows;
for(i=0; i<newrows; i++) {