|
@@ -115,7 +115,7 @@ function loadGravatars() {
|
|
|
// if the viewport is tablet or larger, we load in the gravatars
|
|
// if the viewport is tablet or larger, we load in the gravatars
|
|
|
if (viewport.width >= 768) {
|
|
if (viewport.width >= 768) {
|
|
|
$('.comment img[data-gravatar]').each(function(){
|
|
$('.comment img[data-gravatar]').each(function(){
|
|
|
- $(this).attr('src',$(this).attr('data-gravatar'));
|
|
|
|
|
|
|
+ jQuery(this).attr('src',$(this).attr('data-gravatar'));
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
} // end function
|
|
} // end function
|