summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
-rw-r--r--StoneIsland/www/js/lib/blogs/BlogView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js
index 4f888e8d..fb9c2157 100644
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
@@ -31,6 +31,7 @@ var BlogView = View.extend({
data.page.forEach(function(page){
app[page.tag].populate(page)
})
+ app.collection.setCollectionName( data.store[0].collection )
if (data.store[0].StoreIsOpen !== "true") {
app.closed.populate(data.store[0].ClosedStoreImages)
}