aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/app/view/Devices.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index b6e7d6ffd..77d796b1e 100644
--- a/web/app/view/Devices.js
+++ b/web/app/view/Devices.js
@@ -68,11 +68,9 @@ Ext.define('Traccar.view.Devices', {
toggle: function(button, pressed){
if(pressed){
button.setGlyph('xf0a2@FontAwesome');
- //Ext.getCmp('useAlarmSoundButton').enable();
}
else {
button.setGlyph('xf1f7@FontAwesome');
- //Ext.getCmp('useAlarmSoundButton').disable();
}
},
scope:this