Fix browser history hanging when both panes are pointing to the same site

fixes #9040
This commit is contained in:
Matthias Jentsch 2015-08-11 14:05:23 +02:00
parent b9ea25506e
commit 737521e921
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
redirect.val() + '#!' + parts[1] redirect.val() + '#!' + parts[1]
); );
} else { } else {
if ($('#col2').data('icingaUrl') !== main) { if ($('#col2').data('icingaUrl') !== parts[1]) {
icinga.loader.loadUrl( icinga.loader.loadUrl(
parts[1], parts[1],
$('#col2') $('#col2')