mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Merge branch 'master' into bugfix/fix-join-to-comments-8616
This commit is contained in:
commit
3638eae2f7
@ -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