mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-26 02:23:48 +01:00
hide error 'failed to retrieve network status'
This commit is contained in:
parent
bf53dc7c44
commit
3a9688a915
@ -175,7 +175,8 @@
|
|||||||
|
|
||||||
}, function(failData) {
|
}, function(failData) {
|
||||||
console.log("_networkAPI status failed",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>");
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user