summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-09-23 22:06:43 +0200
committerJules Laplace <julescarbon@gmail.com>2017-09-23 22:06:43 +0200
commitd793f5f92da6973173452709473e4bdd46a4171f (patch)
tree21ad18c1dd8baf3ab6258b77da4df62ba0278a1c /StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js
parentaf00a4be4be6c3f2eb03f6290834f53dc4a48729 (diff)
pushing everything to hub
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js b/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js
index 598a0241..fd7b5212 100755
--- a/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js
@@ -9,8 +9,8 @@ var BlogView = View.extend({
fetch: function(fn){
$.ajax({
method: "GET",
- url: sdk.env === 'test' ? '/db.json' : "https://stone.sup.land/db.json",
- // url: "https://stone.sup.land/db.json",
+ url: sdk.env === 'test' ? '/db.json' : sdk.cms() + '/db.json',
+ // url: "https://stone.giraffe.life/db.json",
success: function(data){
this.success(data)
fn && fn()