Sfoglia il codice sorgente

Autoload more articles if needed on big screens

Alexandre Alapetite 12 anni fa
parent
commit
d632900b2f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
 	}
 }