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