diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-20 10:52:31 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-20 10:52:31 +0500 |
commit | ac102b14c7ef665542eeb9f6aae69c6ccb023929 (patch) | |
tree | b96a5f22baf7f3c13ca8cd3bc27c050d1f6ee20a /web/app/view/edit/CalendarsController.js | |
parent | 3a5e334b50bf35d11743d937c9fae2fb8c7829ec (diff) | |
download | trackermap-web-ac102b14c7ef665542eeb9f6aae69c6ccb023929.tar.gz trackermap-web-ac102b14c7ef665542eeb9f6aae69c6ccb023929.tar.bz2 trackermap-web-ac102b14c7ef665542eeb9f6aae69c6ccb023929.zip |
- Change string
- Use "up" method
- Remove spaces
Diffstat (limited to 'web/app/view/edit/CalendarsController.js')
-rw-r--r-- | web/app/view/edit/CalendarsController.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/app/view/edit/CalendarsController.js b/web/app/view/edit/CalendarsController.js index f5822279..d11ec379 100644 --- a/web/app/view/edit/CalendarsController.js +++ b/web/app/view/edit/CalendarsController.js @@ -28,5 +28,4 @@ Ext.define('Traccar.view.edit.CalendarsController', { objectModel: 'Traccar.model.Calendar', objectDialog: 'Traccar.view.dialog.Calendar', removeTitle: Strings.sharedCalendar - }); |