diff options
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/BlogView.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js index 4192b693..23acbfdc 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -10,7 +10,7 @@ var BlogView = View.extend({ $.ajax({ method: "GET", // url: sdk.env == 'test' ? '/db.json' : "https://stone.sup.land/db.json", - url: "http://stone.sup.land/db.json", + url: "https://stone.sup.land/db.json", success: function(data){ this.success(data) fn && fn() @@ -47,7 +47,7 @@ var BlogView = View.extend({ } else { app.gallery_id = data.store[0].CollectionId - app.department_id = data.store[0].DepartmentId + app.department_id = "DrpppHddnS" // data.store[0].DepartmentId app.collection.setCollectionName( data.store[0].collection ) app.collection.loaded = false app.collection.fetch() |
