mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
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…
x
Reference in New Issue
Block a user