aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Map.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-22 16:57:16 +1300
committerGitHub <noreply@github.com>2016-12-22 16:57:16 +1300
commit5bccab1d99586777b346d474b34b764e3b595a92 (patch)
tree3a937a480a288a4aa38d796a00fb5cb764af80eb /web/app/view/Map.js
parent0c7ff9b0366abe63f9c690fa4507b8f28af4bd7b (diff)
parentb9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7 (diff)
downloadetbsa-traccar-web-5bccab1d99586777b346d474b34b764e3b595a92.tar.gz
etbsa-traccar-web-5bccab1d99586777b346d474b34b764e3b595a92.tar.bz2
etbsa-traccar-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.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js
index be17b88..2cc37ec 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) {