Explorar o código

added => to responsive script

eddiemachado %!s(int64=13) %!d(string=hai) anos
pai
achega
3da10d81a9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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(){