Fix browser history hanging when both panes are pointing to the same site
fixes #9040
This commit is contained in:
parent
b9ea25506e
commit
737521e921
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue