Merge branch 'master' into bugfix/fix-join-to-comments-8616

This commit is contained in:
Johannes Meyer 2015-08-11 15:27:30 +02:00
commit 3638eae2f7
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')