mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed scrolling to top when endless scroll enabled
This commit is contained in:
@ -78,7 +78,6 @@ App.Presenters.UserListPresenter = function(
|
||||
$target.append($item);
|
||||
});
|
||||
_.map(_.map($target.find('img'), jQuery), util.loadImagesNicely);
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user