diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index 3d33aa6d7..20e8fa661 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -325,7 +325,7 @@ } var title = req.getResponseHeader('X-Icinga-Title'); - if (title && req.$target.closest('.dashboard').length === 0) { + if (title && ! req.autorefresh && req.$target.closest('.dashboard').length === 0) { this.icinga.ui.setTitle(title); }