mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13882] Added tiny docblock to lazyLoadAvatars
PHPBB3-13882
This commit is contained in:
parent
9366f29fd7
commit
d1c4f5bc35
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue