diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-22 16:57:16 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 16:57:16 +1300 |
commit | 5bccab1d99586777b346d474b34b764e3b595a92 (patch) | |
tree | 3a937a480a288a4aa38d796a00fb5cb764af80eb /web/app/view/Map.js | |
parent | 0c7ff9b0366abe63f9c690fa4507b8f28af4bd7b (diff) | |
parent | b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7 (diff) | |
download | trackermap-web-5bccab1d99586777b346d474b34b764e3b595a92.tar.gz trackermap-web-5bccab1d99586777b346d474b34b764e3b595a92.tar.bz2 trackermap-web-5bccab1d99586777b346d474b34b764e3b595a92.zip |
Merge pull request #365 from Abyss777/save_toggles
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) { |