mirror of
https://github.com/beestat/app.git
synced 2025-05-31 20:26:32 -04:00
Enabled time to temperature for all users.
This commit is contained in:
parent
584dd30eb5
commit
3e672b1694
@ -31,9 +31,7 @@ beestat.component.card.system.prototype.decorate_contents_ = function(parent) {
|
|||||||
this.decorate_equipment_(parent);
|
this.decorate_equipment_(parent);
|
||||||
this.decorate_climate_(parent);
|
this.decorate_climate_(parent);
|
||||||
|
|
||||||
if (beestat.user.has_early_access() === true) {
|
this.decorate_time_to_temperature_(parent);
|
||||||
this.decorate_time_to_temperature_(parent);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user