mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Fix navigating by anchor results in an empty detail view being opened
fixes #5871
This commit is contained in:
parent
c27c0bdf6e
commit
08260866df
@ -142,8 +142,7 @@
|
|||||||
).historyTriggered = true;
|
).historyTriggered = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// && document.location.hash.match(/^#!/) ??
|
if (document.location.hash && document.location.hash.match(/^#!/)) {
|
||||||
if (document.location.hash) {
|
|
||||||
|
|
||||||
parts = document.location.hash.split(/#!/);
|
parts = document.location.hash.split(/#!/);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user