mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added "loading X..." text to thumbnails
This commit is contained in:
@ -80,9 +80,9 @@ App.Presenters.UserListPresenter = function(
|
||||
user: user,
|
||||
formatRelativeTime: util.formatRelativeTime,
|
||||
}) + '</li>');
|
||||
util.loadImagesNicely($item.find('img'));
|
||||
$target.append($item);
|
||||
});
|
||||
_.map(_.map($target.find('img'), jQuery), util.loadImagesNicely);
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user