diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-24 01:24:24 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-24 01:24:24 +0100 |
| commit | 4380488815fa9dfe899fbacf71f5e0848544dd37 (patch) | |
| tree | 80a8ab62e7a5dd52a391e2727b06255a2949c96d /StoneIsland/www/js/lib/blogs/HubView.js | |
| parent | 7a46e7f1fa592658415e0da4fe42033a31ce3951 (diff) | |
fix deep linking
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/HubView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js index ad0fd9b0..20046fdf 100755 --- a/StoneIsland/www/js/lib/blogs/HubView.js +++ b/StoneIsland/www/js/lib/blogs/HubView.js @@ -175,7 +175,7 @@ var HubLoader = (function(){ HubLoader.build = function(){ view.append(item) view.scroller.refresh() - if (count === 3 && ! needed) return + if (count < 20 && ! needed) return // if (count === 10) return setTimeout(HubLoader.load, count < 10 ? 1000 : 5000) } |
