Explorar o código

Merge pull request #571 from joseluis/patch-3

Update scripts.js
Eddie Machado %!s(int64=12) %!d(string=hai) anos
pai
achega
cbc30ee16d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library/js/scripts.js

+ 1 - 1
library/js/scripts.js

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