Sfoglia il codice sorgente

Merge pull request #611 from isdampe/master

jQuery running in non-conflict mode, cannot use symbol.
Eddie Machado 11 anni fa
parent
commit
46697fec83
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      library/js/scripts.js

+ 1 - 1
library/js/scripts.js

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