JS/IE8: fix IE8 error caused by focus()

No more error when using the jQuery wrapper. Focus handling is pretty
outdated, needs special care as soon as we have auto-refreshing search
fields.
This commit is contained in:
Thomas Gelf 2014-06-12 17:22:17 +00:00
parent db73d324de
commit c3eae11624
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@
$container.scrollTop(scrollPos);
}
if (origFocus) {
origFocus.focus();
$(origFocus).focus();
}
// TODO: this.icinga.events.refreshContainer(container);