1
0
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:
Callum Macrae 2015-05-30 12:18:44 +02:00
parent 9366f29fd7
commit d1c4f5bc35

View File

@ -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);