mirror of
https://github.com/beestat/app.git
synced 2025-06-03 05:36:51 -04:00
Disabled ecobee down notification on the demo
This commit is contained in:
parent
5c061be288
commit
566e27fb45
@ -16,7 +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 &&
|
||||||
|
window.is_demo === false
|
||||||
|
) {
|
||||||
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