Skip to content

Commit

Permalink
webui: fix JS syntax error from upstream's Wireless Log page
Browse files Browse the repository at this point in the history
  • Loading branch information
RMerl committed May 9, 2020
1 parent 8966e51 commit 96dbc06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release/src/router/www/Main_WStatus_Content.asp
Expand Up @@ -89,7 +89,6 @@ function GenContent(){
error: function(xhr){
if(dead > 30){
$("#wl_log").html("Fail to grab wireless log.");
break;
}
else{
dead++;
Expand Down

0 comments on commit 96dbc06

Please sign in to comment.