diff options
author | Abyss777 <abyss@fox5.ru> | 2018-06-28 09:52:49 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-06-28 09:52:49 +0500 |
commit | df0ad229b96a036aaf98bcb8315d69d1bdb7367a (patch) | |
tree | dc7f3f17ec393a252763609e6338cbbf06ae6932 /web/app/store/AllNotificators.js | |
parent | 17157262fef1c046d116b2270f4e1d335fe9da1b (diff) | |
download | trackermap-web-df0ad229b96a036aaf98bcb8315d69d1bdb7367a.tar.gz trackermap-web-df0ad229b96a036aaf98bcb8315d69d1bdb7367a.tar.bz2 trackermap-web-df0ad229b96a036aaf98bcb8315d69d1bdb7367a.zip |
Remove quotes
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); } } |