mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
history.js: Do not try to move errors to the right
This commit is contained in:
parent
441d580f16
commit
688593311e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue