mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Temporarily disabling down notification until I can verify updates are working properly.
This commit is contained in:
parent
a6564305b0
commit
967bb5d446
@ -16,10 +16,10 @@ beestat.ecobee.notify_if_down = function() {
|
|||||||
beestat.ecobee.down_notification_ = new beestat.component.down_notification();
|
beestat.ecobee.down_notification_ = new beestat.component.down_notification();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (down === true) {
|
// if (down === true) {
|
||||||
beestat.ecobee.down_notification_.render($('body'));
|
// beestat.ecobee.down_notification_.render($('body'));
|
||||||
} else {
|
// } else {
|
||||||
beestat.ecobee.down_notification_.dispose();
|
// beestat.ecobee.down_notification_.dispose();
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user