mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
e4e23a3abc
commit
4743c5f5c8
@ -637,6 +637,7 @@
|
||||
var redirectionUrl = icinga.utils.addUrlFlag(url, 'renderLayout');
|
||||
var r = this.loadUrl(redirectionUrl, $('#layout'));
|
||||
r.historyUrl = url;
|
||||
r.referrer = referrer;
|
||||
if (parts.length) {
|
||||
r.loadNext = parts;
|
||||
} else if (!! document.location.hash) {
|
||||
@ -961,7 +962,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
if (this.processRedirectHeader(req)) {
|
||||
if ((textStatus === 'abort' && typeof req.referrer !== 'undefined') || this.processRedirectHeader(req)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user