mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
7ae8f26b92
commit
908adc66c1
@ -714,7 +714,9 @@
|
||||
}
|
||||
|
||||
if (req.getResponseHeader('X-Icinga-Announcements') === 'refresh') {
|
||||
_this.loadUrl(_this.url('/layout/announcements'), $('#announcements'));
|
||||
var announceReq = _this.loadUrl(_this.url('/layout/announcements'), $('#announcements'));
|
||||
announceReq.addToHistory = false;
|
||||
announceReq.scripted = true;
|
||||
}
|
||||
|
||||
var rendered = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user