mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 18:07:42 +02:00
js: Really maintain refresh interval over redirects
fixes #4549 (cherry picked from commit 7ae8f26b92a81a8143dcce9aa5b0cbaaee13ee5e)
This commit is contained in:
parent
ef77a5dbc9
commit
5e8db696cb
@ -603,7 +603,7 @@
|
||||
|
||||
if (typeof referrer !== 'undefined') {
|
||||
rerenderLayout = referrer.getResponseHeader('X-Icinga-Rerender-Layout');
|
||||
autoRefreshInterval = referrer.autoRefreshInterval;
|
||||
autoRefreshInterval = referrer.getResponseHeader('X-Icinga-Refresh');
|
||||
forceFocus = referrer.forceFocus;
|
||||
origin = referrer.url;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user