summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 20:56:10 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 20:56:10 -0500
commitef5b4aaca99b811d0399f40d4ca79c642cf6bf31 (patch)
tree2332370c585e1df0a38d3ad3edb9aaebcd8465f4 /StoneIsland/www/js/lib/blogs/BlogView.js
parent74e7f60ddccf181aa80259fb9eac4c84f17a070b (diff)
ClosedStoreView
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
-rw-r--r--StoneIsland/www/js/lib/blogs/BlogView.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js
index 85ff8a35..54030bd8 100644
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
@@ -31,6 +31,9 @@ var BlogView = View.extend({
data.page.forEach(function(page){
app[page.tag].populate(page)
})
+ if (data.store[0].StoreIsOpen !== "True") {
+ app.store.ClosedStoreImages
+ }
},
}) \ No newline at end of file