summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-07 12:26:19 -0500
committerJules Laplace <jules@okfoc.us>2016-11-07 12:26:19 -0500
commit349ca76eedc0bda87b95ca2da180a28d039d4947 (patch)
tree106dd1c128686e2abe142b78015c55251c9a9d16 /StoneIsland/www/js/lib/blogs/BlogView.js
parent6a5503ebeefb8fe9f987b666d8751622f2375782 (diff)
prepare for production
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/BlogView.js2
1 files changed, 1 insertions, 1 deletions
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()