mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 01:47:54 +02:00
js: Don't focus the announcment container
fixes #4543 (cherry picked from commit 908adc66c186400fad2209afb7f1e2ef11174d66)
This commit is contained in:
parent
5e8db696cb
commit
0b2891c28a
@ -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