From 52e7002ed39c333884529c3a0e8b4c6d23f0115e Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Fri, 24 Jun 2016 09:36:20 +0500 Subject: - Reverted changes in web-client - Removed duplicate flag --- web/app/view/GroupsController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/GroupsController.js') 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); } }); -- cgit v1.2.3