浏览代码

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();
 				load_more_posts();
 			}
 			}
 		});
 		});
+		box_to_follow.scroll();
 	}
 	}
 }
 }