diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-23 22:06:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-23 22:06:43 +0200 |
| commit | d793f5f92da6973173452709473e4bdd46a4171f (patch) | |
| tree | 21ad18c1dd8baf3ab6258b77da4df62ba0278a1c /StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js | |
| parent | af00a4be4be6c3f2eb03f6290834f53dc4a48729 (diff) | |
pushing everything to hub
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js | 4 |
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() |
