hide error 'failed to retrieve network status'

This commit is contained in:
Rick Companje 2017-11-13 17:14:16 +01:00
parent bf53dc7c44
commit 3a9688a915
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,8 @@
}, function(failData) {
console.log("_networkAPI status failed",failData);
$("#infoWiFiBox").html("<span class='error'>failed to retrieve <em>network status</em> from WiFi-Box</span>");
//this message is shown often which is confusing for the user.
// $("#infoWiFiBox").html("<span class='error'>failed to retrieve <em>network status</em> from WiFi-Box</span>");
});
}