mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Improved image and thumbnail loading
This commit is contained in:
@ -100,6 +100,7 @@ App.Presenters.PostCommentListPresenter = function(
|
||||
canEditComment: auth.isLoggedIn(comment.user.name) ? privileges.editOwnComments : privileges.editAllComments,
|
||||
canDeleteComment: auth.isLoggedIn(comment.user.name) ? privileges.deleteOwnComments : privileges.deleteAllComments,
|
||||
}) + '</li>');
|
||||
util.loadImagesNicely($item.find('img'));
|
||||
$targetList.append($item);
|
||||
$item.find('a.edit').click(function(e) {
|
||||
e.preventDefault();
|
||||
|
Reference in New Issue
Block a user