summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/BlogView.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js
index 2f63a5bc..aa9d1d39 100755
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
@@ -43,7 +43,9 @@ var BlogView = View.extend({
app.closed.storeClosedMessageTwo = app.store.StoreClosedMessageTwo
break
}
-
+
+ // sdk.env = 'test'
+
if (app.closed.storeIsClosed && sdk.env !== 'test') {
app.closed.populate(app.store.ClosedStoreImages)
}
@@ -58,6 +60,7 @@ var BlogView = View.extend({
app.department_id = window.location.search.substr(1) || app.department_id
console.log('using test department id', app.department_id)
}
+ // app.department_id = 'TSTD'
app.collection.loaded = false
app.collection.fetch()
}