Icinga.Loader.prototype.renderContentToContainer(): preserve scroll position despite the focus
This commit is contained in:
parent
0abff5f643
commit
68870ca411
|
@ -878,7 +878,7 @@
|
|||
}
|
||||
|
||||
if (scrollPos !== false) {
|
||||
$container.scrollTop(scrollPos);
|
||||
setTimeout($container.scrollTop.bind($container), 0, scrollPos);
|
||||
}
|
||||
var icinga = this.icinga;
|
||||
//icinga.events.applyHandlers($container);
|
||||
|
|
Loading…
Reference in New Issue