From 4e2595c09b9ef550dda0f8c4c25bb031466490ee Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Fri, 28 Aug 2015 16:04:57 +0200 Subject: [PATCH] Fix history breaking on autorefresh --- public/js/icinga/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index fb324cc74..7d67acd95 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -590,7 +590,7 @@ } // Update history when necessary - if (req.addToHistory) { + if (! req.autorefresh && req.addToHistory) { if (req.$target.hasClass('container')) { // We only want to care about top-level containers if (req.$target.parent().closest('.container').length === 0) {