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 16:22:54 -0400
committerJules Laplace <jules@okfoc.us>2016-10-30 16:22:54 -0400
commit9a3430bfd1d321e65845115078e2e55286e633ee (patch)
treef83dd85f10fa1474412bef29f34c772571254d51 /StoneIsland/platforms/android/assets/www/js/lib/blogs/BlogView.js
parent31fa5fb11cbbf4576114be2962c6b579c03ecdc4 (diff)
apple required maintenance
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 02491b32..d88c9c0f 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: "http://stone.sup.land/db.json",
+ url: "https://stone.sup.land/db.json",
success: this.success.bind(this),
cache: true,
})