Преглед изворни кода

Autoload more articles if needed on big screens

Alexandre Alapetite пре 12 година
родитељ
комит
d632900b2f
1 измењених фајлова са 1 додато и 0 уклоњено
  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();
 	}
 }