summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 21:06:26 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 21:06:26 -0500
commit0f11af130f866622f5bd1c96cf71b704e113e360 (patch)
tree021060be8fd55e77d47d3d6f9a10147a8cda566e /StoneIsland/www/js/lib/blogs/BlogView.js
parentef5b4aaca99b811d0399f40d4ca79c642cf6bf31 (diff)
basic closed store view styling
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
-rw-r--r--StoneIsland/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 54030bd8..50313aa8 100644
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
@@ -32,7 +32,7 @@ var BlogView = View.extend({
app[page.tag].populate(page)
})
if (data.store[0].StoreIsOpen !== "True") {
- app.store.ClosedStoreImages
+ app.closed.populate(data.store[0].ClosedStoreImages)
}
},