瀏覽代碼

added => to responsive script

eddiemachado 13 年之前
父節點
當前提交
3da10d81a9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      library/js/scripts.js

+ 2 - 2
library/js/scripts.js

@@ -32,8 +32,8 @@ jQuery(document).ready(function($) {
         
     } /* end larger than 481px */
     
-    /* if is above 768px */
-    if (responsive_viewport > 768) {
+    /* if is above or equal to 768px */
+    if (responsive_viewport >= 768) {
     
         /* load gravatars */
         $('.comment img[data-gravatar]').each(function(){