summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/HubView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-11-23 18:30:04 +0100
committerJules Laplace <julescarbon@gmail.com>2017-11-23 18:30:04 +0100
commit7a46e7f1fa592658415e0da4fe42033a31ce3951 (patch)
tree8eaaa2e50c4d7a1227aeba2e73152d36352920e5 /StoneIsland/www/js/lib/blogs/HubView.js
parentf12f002f629a04b6596f1b8df11d41c693df185d (diff)
new account, date field, fixed
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/HubView.js4
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
})()