mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/13882] Added tiny docblock to lazyLoadAvatars
PHPBB3-13882
This commit is contained in:
parent
9366f29fd7
commit
d1c4f5bc35
@ -1612,6 +1612,9 @@ phpbb.registerPageDropdowns = function() {
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* Handle avatars to be lazy loaded.
|
||||
*/
|
||||
phpbb.lazyLoadAvatars = function loadAvatars() {
|
||||
$('.avatar[data-src]').each(function () {
|
||||
var $avatar = $(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user