浏览代码

jQuery running in non-conflict mode, cannot use symbol.

Richard Denton 11 年之前
父节点
当前提交
a648f7e25a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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