aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/AllNotificators.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/AllNotificators.js')
-rw-r--r--web/app/store/AllNotificators.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/AllNotificators.js b/web/app/store/AllNotificators.js
index 96aeaed..d81b02f 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);
}
}