diff --git a/public/js/icinga/history.js b/public/js/icinga/history.js index 952873a0e..836bf9e1f 100644 --- a/public/js/icinga/history.js +++ b/public/js/icinga/history.js @@ -256,7 +256,7 @@ // User navigated forward this.icinga.ui.moveToLeft(); loadCol1 = false; - } else if (currentCol1Url === col2Url) { + } else if (col2Url && currentCol1Url === col2Url) { // User navigated back this.icinga.ui.moveToRight(); loadCol2 = false;