diff options
Diffstat (limited to 'web/app/store/AllNotificators.js')
-rw-r--r-- | web/app/store/AllNotificators.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/AllNotificators.js b/web/app/store/AllNotificators.js index 96aeaedc..d81b02fd 100644 --- a/web/app/store/AllNotificators.js +++ b/web/app/store/AllNotificators.js @@ -24,7 +24,7 @@ Ext.define('Traccar.store.AllNotificators', { type: 'rest', url: 'api/notifications/notificators', listeners: { - 'exception': function (proxy, response) { + exception: function (proxy, response) { Traccar.app.showError(response); } } |