diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index 08fe6939c..6592dac72 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -670,7 +670,9 @@ delete this.requests[req.$target.attr('id')]; this.icinga.ui.fadeNotificationsAway(); - this.processRedirectHeader(req); + if (this.processRedirectHeader(req)) { + return; + } if (typeof req.loadNext !== 'undefined' && req.loadNext.length) { if ($('#col2').length) {