Kaynağa Gözat

added => to responsive script

eddiemachado 13 yıl önce
ebeveyn
işleme
3da10d81a9
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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(){