diff options
-rw-r--r-- | web/app/controller/Root.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index 0f9f3453..81efe115 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) { |