From 7a46e7f1fa592658415e0da4fe42033a31ce3951 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Nov 2017 18:30:04 +0100 Subject: new account, date field, fixed --- StoneIsland/www/js/lib/blogs/HubView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StoneIsland/www/js/lib/blogs/HubView.js') 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 })() -- cgit v1.2.3-70-g09d2