summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-11-06 00:58:43 +0100
committerJules Laplace <julescarbon@gmail.com>2017-11-06 00:58:43 +0100
commit37f18d7fa620283d36c28be7b5d214e274cea384 (patch)
treecb45b44a4f537dcfcf5543764e7acfc3efcc088e /StoneIsland/www/js
parent8e92bc8172949fcbee8cb6b34b88a3ea1eff8be2 (diff)
build
Diffstat (limited to 'StoneIsland/www/js')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/HubView.js2
-rw-r--r--StoneIsland/www/js/lib/etc/sim.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js
index 53946b0c..4164ab0e 100755
--- a/StoneIsland/www/js/lib/blogs/HubView.js
+++ b/StoneIsland/www/js/lib/blogs/HubView.js
@@ -177,7 +177,7 @@ var HubLoader = (function(){
view.scroller.refresh()
if (count === 3 && ! needed) return
if (count === 10) return
- setTimeout(HubLoader.load, count < 3 ? 1000 : 30000)
+ setTimeout(HubLoader.load, count < 3 ? 1000 : 5000)
}
return HubLoader
})()
diff --git a/StoneIsland/www/js/lib/etc/sim.js b/StoneIsland/www/js/lib/etc/sim.js
index ca01ddc7..9f5d7f4f 100644
--- a/StoneIsland/www/js/lib/etc/sim.js
+++ b/StoneIsland/www/js/lib/etc/sim.js
@@ -26,6 +26,7 @@ var sim = (function(){
sim.data.countryCode = 'us'
}
}
+ sim.data.countryCode = 'ca'
sim.loaded = true
sim.afterFetch()
}