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 | |
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')
-rw-r--r-- | web/app/store/AllCommandTypes.js | 6 | ||||
-rw-r--r-- | web/app/store/AllNotificationTypes.js | 6 | ||||
-rw-r--r-- | web/app/store/AllNotificators.js | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/web/app/store/AllCommandTypes.js b/web/app/store/AllCommandTypes.js index c86d0714..c35f50d9 100644 --- a/web/app/store/AllCommandTypes.js +++ b/web/app/store/AllCommandTypes.js @@ -1,6 +1,6 @@ /* - * Copyright 2017 Anton Tananaev (anton@traccar.org) - * Copyright 2017 Andrey Kunitsyn (andrey@traccar.org) + * Copyright 2017 - 2018 Anton Tananaev (anton@traccar.org) + * Copyright 2017 - 2018 Andrey Kunitsyn (andrey@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ Ext.define('Traccar.store.AllCommandTypes', { type: 'rest', url: 'api/commands/types', listeners: { - 'exception': function (proxy, response) { + exception: function (proxy, response) { Traccar.app.showError(response); } } diff --git a/web/app/store/AllNotificationTypes.js b/web/app/store/AllNotificationTypes.js index ded5ef98..63fec1bc 100644 --- a/web/app/store/AllNotificationTypes.js +++ b/web/app/store/AllNotificationTypes.js @@ -1,6 +1,6 @@ /* - * Copyright 2017 Anton Tananaev (anton@traccar.org) - * Copyright 2017 Andrey Kunitsyn (andrey@traccar.org) + * Copyright 2017 - 2018 Anton Tananaev (anton@traccar.org) + * Copyright 2017 - 2018 Andrey Kunitsyn (andrey@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ Ext.define('Traccar.store.AllNotificationTypes', { type: 'rest', url: 'api/notifications/types', listeners: { - 'exception': function (proxy, response) { + exception: function (proxy, response) { Traccar.app.showError(response); } } 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); } } |