Skip to content

Commit

Permalink
Fix button id typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jul 25, 2016
1 parent 451c358 commit cd0de70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/app/controller/Root.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Ext.define('Traccar.controller.Root', {
},

mutePressed: function () {
var muteButton = Ext.getCmp('nuteButton');
var muteButton = Ext.getCmp('muteButton');
return muteButton && !muteButton.pressed;
},

Expand Down
2 changes: 1 addition & 1 deletion web/app/view/Devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Ext.define('Traccar.view.Devices', {
}, {
xtype: 'tbfill'
},{
id: 'nuteButton',
id: 'muteButton',
glyph: 'xf1f7@FontAwesome',
tooltip: Strings.muteButton,
tooltipType: 'title',
Expand Down

0 comments on commit cd0de70

Please sign in to comment.