diff --git a/public/js/icinga/history.js b/public/js/icinga/history.js index 326be38c7..3aac07347 100644 --- a/public/js/icinga/history.js +++ b/public/js/icinga/history.js @@ -110,7 +110,7 @@ // Chrome workaround: onload = !self.pushedSomething && location.href === self.initialUrl; self.pushedSomething = true; - if (onload) { return; } + // if (onload) { return; } // Temporarily disabled // End of Chrome workaround // We might find browsers showing strange behaviour, this log could help