diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-21 17:48:08 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-21 18:05:28 +0500 |
commit | b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7 (patch) | |
tree | 372b47bd8f30216f9eb369a885e76e67378eb979 /web/app/view/Map.js | |
parent | 19d6e1c9cc916ed4c1ed72fe168909770a657db2 (diff) | |
download | trackermap-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.tar.gz trackermap-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.tar.bz2 trackermap-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.zip |
Save toggles state in user/server attributes
Diffstat (limited to 'web/app/view/Map.js')
-rw-r--r-- | web/app/view/Map.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js index be17b889..2cc37ecb 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -48,7 +48,6 @@ Ext.define('Traccar.view.Map', { reference: 'showGeofencesButton', glyph: 'xf21d@FontAwesome', enableToggle: true, - pressed: true, tooltip: Strings.sharedGeofences }, { xtype: 'button', @@ -70,7 +69,6 @@ Ext.define('Traccar.view.Map', { glyph: 'xf1f7@FontAwesome', tooltip: Strings.sharedMute, tooltipType: 'title', - pressed : true, enableToggle: true, listeners: { toggle: function (button, pressed) { |