diff options
author | Abyss777 <abyss@fox5.ru> | 2016-06-24 09:36:20 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-06-24 09:36:20 +0500 |
commit | 52e7002ed39c333884529c3a0e8b4c6d23f0115e (patch) | |
tree | 57e93aa9381b391e0e3e18f8208a7e2b364d5c8d /web/app/view/GroupsController.js | |
parent | bd2e0fdc6fe222316e9e740aa265b6d132d407b6 (diff) | |
download | trackermap-server-52e7002ed39c333884529c3a0e8b4c6d23f0115e.tar.gz trackermap-server-52e7002ed39c333884529c3a0e8b4c6d23f0115e.tar.bz2 trackermap-server-52e7002ed39c333884529c3a0e8b4c6d23f0115e.zip |
- Reverted changes in web-client
- Removed duplicate flag
Diffstat (limited to 'web/app/view/GroupsController.js')
-rw-r--r-- | web/app/view/GroupsController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/GroupsController.js b/web/app/view/GroupsController.js index ecacdb7f6..bc713bb6d 100644 --- a/web/app/view/GroupsController.js +++ b/web/app/view/GroupsController.js @@ -79,6 +79,6 @@ Ext.define('Traccar.view.GroupsController', { var disabled = selected.length > 0; this.lookupReference('toolbarEditButton').setDisabled(disabled); this.lookupReference('toolbarRemoveButton').setDisabled(disabled); - this.lookupReference('toolbarGeofencesButton').setDisabled(disabled || Traccar.app.withoutGeofences); + this.lookupReference('toolbarGeofencesButton').setDisabled(disabled); } }); |