Skip to content
Snippets Groups Projects
Commit 9aa5745d authored by alfredo's avatar alfredo
Browse files

fix campanella

parent faa6fc41
No related branches found
No related tags found
No related merge requests found
......@@ -229,8 +229,8 @@ class Antifurto {
static activateAlarm(activating, fromServer = false) {
// if the antitheft is off, the bell shouldn't turn on
// if the alarmStatus is already set, nothing else should be done
if (Antifurto.status === false || Antifurto.alarmStatus === activating)
return;
//if (Antifurto.status === false)// || Antifurto.alarmStatus === activating)
//return;
// if (fromServer)
Antifurto.showChangeAlarmStatus(activating, fromServer);
// else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment