mirror of
https://github.com/beestat/app.git
synced 2025-05-31 20:26:32 -04:00
Fixed important announcements not alerting
This commit is contained in:
parent
5be7b7315c
commit
ab792ff696
@ -304,7 +304,7 @@ beestat.layer.load.prototype.decorate_ = function(parent) {
|
|||||||
beestat.setting('first_run', false);
|
beestat.setting('first_run', false);
|
||||||
(new beestat.component.modal.newsletter()).render();
|
(new beestat.component.modal.newsletter()).render();
|
||||||
} else if (
|
} else if (
|
||||||
beestat.cache.announcement.length > 0 &&
|
$.keys(beestat.cache.announcement).length > 0 &&
|
||||||
(
|
(
|
||||||
last_read_announcement_id === undefined ||
|
last_read_announcement_id === undefined ||
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user