From 737521e92120ba8c276babe374ee7ca82992e5c4 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Tue, 11 Aug 2015 14:05:23 +0200 Subject: [PATCH] Fix browser history hanging when both panes are pointing to the same site fixes #9040 --- public/js/icinga/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/icinga/history.js b/public/js/icinga/history.js index db83dda87..a94e5aaab 100644 --- a/public/js/icinga/history.js +++ b/public/js/icinga/history.js @@ -174,7 +174,7 @@ redirect.val() + '#!' + parts[1] ); } else { - if ($('#col2').data('icingaUrl') !== main) { + if ($('#col2').data('icingaUrl') !== parts[1]) { icinga.loader.loadUrl( parts[1], $('#col2')