js: Really maintain refresh interval over redirects

fixes #4549
This commit is contained in:
Johannes Meyer 2021-10-07 13:38:12 +02:00
parent e121022a4f
commit 7ae8f26b92
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@
if (typeof referrer !== 'undefined') { if (typeof referrer !== 'undefined') {
rerenderLayout = referrer.getResponseHeader('X-Icinga-Rerender-Layout'); rerenderLayout = referrer.getResponseHeader('X-Icinga-Rerender-Layout');
autoRefreshInterval = referrer.autoRefreshInterval; autoRefreshInterval = referrer.getResponseHeader('X-Icinga-Refresh');
forceFocus = referrer.forceFocus; forceFocus = referrer.forceFocus;
origin = referrer.url; origin = referrer.url;
} }