diff options
| author | 2014-07-05 11:46:29 +0200 | |
|---|---|---|
| committer | 2014-07-05 11:46:29 +0200 | |
| commit | d632900b2f9a28e43ac5b89b39347073c78944b8 (patch) | |
| tree | 61d7184f3c7bc13ab25360821240def88d689f88 /p/scripts | |
| parent | b8e6a3b5b2f74db15aa7a13d8cb39528c40f91d8 (diff) | |
Autoload more articles if needed on big screens
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 5a3b25c3f..afc01ee75 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -448,6 +448,7 @@ function init_posts() { load_more_posts(); } }); + box_to_follow.scroll(); } } |
