summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/BlogView.js4
-rwxr-xr-xStoneIsland/www/js/lib/etc/push.js4
2 files changed, 4 insertions, 4 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js
index 598a0241..9fe28132 100755
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/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' : "https://stone.giraffe.life/db.json",
+ // url: "https://stone.giraffe.life/db.json",
success: function(data){
this.success(data)
fn && fn()
diff --git a/StoneIsland/www/js/lib/etc/push.js b/StoneIsland/www/js/lib/etc/push.js
index 6a1dfa5b..3b919ffd 100755
--- a/StoneIsland/www/js/lib/etc/push.js
+++ b/StoneIsland/www/js/lib/etc/push.js
@@ -70,7 +70,7 @@ var push = (function(){
})
$.ajax({
method: "POST",
- url: "https://stone.sup.land/_services/push/add",
+ url: "https://stone.giraffe.life/_services/push/add",
data: data,
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
success: function(){
@@ -91,7 +91,7 @@ var push = (function(){
}
$.ajax({
method: "POST",
- url: "https://stone.sup.land/_services/push/remove",
+ url: "https://stone.giraffe.life/_services/push/remove",
data: data,
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
success: function(){