Explorar el Código

Autoload more articles if needed on big screens

Alexandre Alapetite hace 12 años
padre
commit
d632900b2f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      p/scripts/main.js

+ 1 - 0
p/scripts/main.js

@@ -448,6 +448,7 @@ function init_posts() {
 				load_more_posts();
 			}
 		});
+		box_to_follow.scroll();
 	}
 }