aboutsummaryrefslogtreecommitdiff
path: root/web/app/view
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-25 08:40:40 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-25 08:40:40 +0500
commit97ea2529c8911d389ee1a26cc6ae43ae7dbc54fb (patch)
tree871b9371a514e2dc5d6798ca9dc13c1b3ba462be /web/app/view
parent37c1c6a786e4ca385e373c645654663e38701e7c (diff)
downloadetbsa-traccar-web-97ea2529c8911d389ee1a26cc6ae43ae7dbc54fb.tar.gz
etbsa-traccar-web-97ea2529c8911d389ee1a26cc6ae43ae7dbc54fb.tar.bz2
etbsa-traccar-web-97ea2529c8911d389ee1a26cc6ae43ae7dbc54fb.zip
Change "Mute" logic
Diffstat (limited to 'web/app/view')
-rw-r--r--web/app/view/Map.js21
1 files changed, 4 insertions, 17 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js
index f9bb625..a3879ab 100644
--- a/web/app/view/Map.js
+++ b/web/app/view/Map.js
@@ -71,23 +71,10 @@ Ext.define('Traccar.view.Map', {
stateId: 'device-follow-button',
toggleHandler: 'onFollowClick'
}, {
- id: 'muteButton',
- glyph: 'xf1f7@FontAwesome',
- tooltip: Strings.sharedMute,
- pressed: true,
- stateId: 'mute-button',
- listeners: {
- toggle: function (button, pressed) {
- if (pressed) {
- button.setGlyph('xf1f7@FontAwesome');
- } else {
- button.setGlyph('xf0a2@FontAwesome');
- }
- }
- },
- applyState: function (state) {
- this.toggle(state.pressed);
- }
+ id: 'soundButton',
+ glyph: 'xf0a2@FontAwesome',
+ tooltip: Strings.sharedSound,
+ stateId: 'sound-button'
}, {
xtype: 'settingsMenu',
enableToggle: false