Skip to content

Commit

Permalink
webui: fix description for Continous Ping function
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Sauvageau committed Jun 24, 2019
1 parent b7714d3 commit 83e369a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ var netoolApi = {
}
function hideCNT(_val){
if(_val == "3"){
if(_val == "3" || _val == "1" ){
document.getElementById("pingCNT_tr").style.display = "";
document.getElementById("cmdDesc").innerHTML = "<#NetworkTools_Ping#>";
}
Expand Down

0 comments on commit 83e369a

Please sign in to comment.