mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
303637df3c
commit
5f4aa1e296
@ -588,7 +588,7 @@
|
|||||||
oldNotifications.appendTo($('#notifications'));
|
oldNotifications.appendTo($('#notifications'));
|
||||||
}
|
}
|
||||||
if (url.match(/#/)) {
|
if (url.match(/#/)) {
|
||||||
this.icinga.ui.focusElement(url.split(/#/)[1], req.$target);
|
setTimeout(this.icinga.ui.focusElement, 0, url.split(/#/)[1], req.$target);
|
||||||
}
|
}
|
||||||
if (newBody) {
|
if (newBody) {
|
||||||
this.icinga.ui.fixDebugVisibility().triggerWindowResize();
|
this.icinga.ui.fixDebugVisibility().triggerWindowResize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user