Skip to content

Commit

Permalink
webui: fix pre-HND models with FA enabled unable to enable Adaptive Q…
Browse files Browse the repository at this point in the history
…oS (wrong variable names)
  • Loading branch information
RMerl committed Mar 23, 2022
1 parent cdb2a20 commit 42dc10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/www/QoS_EZQoS.asp
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ function determineActionScript(){
document.form.action_script.value = "restart_qos;restart_firewall;";
document.form.action_wait.value = "15";
}
else if(document.form.qos_enable.value == "1" && document.form.qos_type.value == "1" && (fc_disable != "" && runner_disable != "")){ //HND Router
else if(document.form.qos_enable.value == "1" && document.form.qos_type.value == "1" && (fc_disable_orig != "" && runner_disable_orig != "")){ //HND Router
document.form.action_script.value = "restart_qos;restart_firewall;";
document.form.action_wait.value = "15";
}
Expand Down

0 comments on commit 42dc10f

Please sign in to comment.