diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index a52ba9b56..aaccf683b 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -588,7 +588,7 @@ oldNotifications.appendTo($('#notifications')); } 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) { this.icinga.ui.fixDebugVisibility().triggerWindowResize();