aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/app/controller/Root.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index 0f9f345..81efe11 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -219,8 +219,6 @@ Ext.define('Traccar.controller.Root', {
socket = new WebSocket(protocol + '//' + window.location.host + pathname + 'api/socket');
socket.onclose = function () {
- Traccar.app.showToast(Strings.errorSocket, Strings.errorTitle);
-
Ext.Ajax.request({
url: 'api/devices',
success: function (response) {