diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-07 12:26:19 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-07 12:26:19 -0500 |
| commit | 349ca76eedc0bda87b95ca2da180a28d039d4947 (patch) | |
| tree | 106dd1c128686e2abe142b78015c55251c9a9d16 | |
| parent | 6a5503ebeefb8fe9f987b666d8751622f2375782 (diff) | |
prepare for production
| -rwxr-xr-x | StoneIsland/config.xml | 2 | ||||
| -rwxr-xr-x | StoneIsland/www/js/index.js | 2 | ||||
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/BlogView.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index ce66a281..0cc5863a 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="us.okfoc.stoneisland" version="0.5.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="us.okfoc.stoneisland" version="0.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Stone Island</name> <description> Stone Island diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index c246ae9a..6bea75d0 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -4,7 +4,7 @@ var app = (function(){ app.init = function(){ console.log("init") - sdk.init({ env: "development" }) + sdk.init({ env: "production" }) app.bind() app.build() diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js index 23acbfdc..b7c80520 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -47,7 +47,7 @@ var BlogView = View.extend({ } else { app.gallery_id = data.store[0].CollectionId - app.department_id = "DrpppHddnS" // data.store[0].DepartmentId + app.department_id = data.store[0].DepartmentId app.collection.setCollectionName( data.store[0].collection ) app.collection.loaded = false app.collection.fetch() |
