diff options
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/HubView.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js index 4164ab0e..ad0fd9b0 100755 --- a/StoneIsland/www/js/lib/blogs/HubView.js +++ b/StoneIsland/www/js/lib/blogs/HubView.js @@ -176,8 +176,8 @@ var HubLoader = (function(){ view.append(item) view.scroller.refresh() if (count === 3 && ! needed) return - if (count === 10) return - setTimeout(HubLoader.load, count < 3 ? 1000 : 5000) + // if (count === 10) return + setTimeout(HubLoader.load, count < 10 ? 1000 : 5000) } return HubLoader })() |
