From 349ca76eedc0bda87b95ca2da180a28d039d4947 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 7 Nov 2016 12:26:19 -0500 Subject: prepare for production --- StoneIsland/www/js/index.js | 2 +- StoneIsland/www/js/lib/blogs/BlogView.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'StoneIsland/www/js') 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() -- cgit v1.2.3-70-g09d2