mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
avoid pesky ERROR from mucking up map
This commit is contained in:
@@ -52,7 +52,7 @@ function ws_connect() {
|
||||
};
|
||||
|
||||
ws.onerror = function(ev) {
|
||||
out('<span style="color: red; ">ERROR: </span> ' + ev.data);
|
||||
// out('<span style="color: red; ">ERROR: </span> ' + ev.data);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user