Skip to content

Commit

Permalink
miniserver.html: Fixes typo in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
christianTF committed May 9, 2018
1 parent 4cdedfd commit a11571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/system/miniserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
success: function(data){
//data.replace(/\r|\n/g, "");
$('#miniserverip1').empty();
if (data.IP.lenght < 3)
if (data.IP.length < 3)
{
$('#scan_result').html('<TMPL_VAR MINISERVER.MSG_NOTFOUND>');
}
Expand Down

0 comments on commit a11571b

Please sign in to comment.