summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/HubView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-03 00:45:40 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-03 00:45:40 +0200
commit05abca52782442dacb06d98f8433c0a8666b4e55 (patch)
treecee13495c178a58461be808c7609574da7bddb0d /StoneIsland/www/js/lib/blogs/HubView.js
parent351ba369d4d5939f207fd5e5151fe5a6ef4361fe (diff)
app
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/HubView.js2
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 c09dd3b3..5e2ff67e 100755
--- a/StoneIsland/www/js/lib/blogs/HubView.js
+++ b/StoneIsland/www/js/lib/blogs/HubView.js
@@ -183,7 +183,7 @@ var HubLoader = (function(){
HubLoader.build = function(){
view.append(item)
view.scroller.refresh()
- if (count < 20 && ! needed) return
+ if (count < 2 && ! needed) return
// if (count === 10) return
setTimeout(HubLoader.load, count < 10 ? 1000 : 5000)
}