From 3a9688a915348ee04026025fb9170797ccc2beac Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Mon, 13 Nov 2017 17:14:16 +0100 Subject: [PATCH] hide error 'failed to retrieve network status' --- js/PrintPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/PrintPage.js b/js/PrintPage.js index 462d4b6..761cb24 100644 --- a/js/PrintPage.js +++ b/js/PrintPage.js @@ -175,7 +175,8 @@ }, function(failData) { console.log("_networkAPI status failed",failData); - $("#infoWiFiBox").html("failed to retrieve network status from WiFi-Box"); + //this message is shown often which is confusing for the user. + // $("#infoWiFiBox").html("failed to retrieve network status from WiFi-Box"); }); }