summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-10-30 17:45:06 -0400
committerJules Laplace <jules@okfoc.us>2016-10-30 17:45:06 -0400
commit1f5a5bb6423ed9c93e06ee3d5069c9d8a9485d5f (patch)
tree82abca5a744515e27d70a255ba64191896df2806 /StoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js
parent9a3430bfd1d321e65845115078e2e55286e633ee (diff)
throttle hub loading for better perf
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js')
-rwxr-xr-xStoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js b/StoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js
index d88c9c0f..02491b32 100755
--- a/StoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js
@@ -11,7 +11,7 @@ var BlogView = View.extend({
$.ajax({
method: "GET",
// url: sdk.env == 'test' ? '/db.json' : "http://stone.sup.land/db.json",
- url: "https://stone.sup.land/db.json",
+ url: "http://stone.sup.land/db.json",
success: this.success.bind(this),
cache: true,
})