summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 16:41:10 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 16:41:10 -0500
commit6ac4312a2067e480e0cd7a59a0aafc877a804dd2 (patch)
treefbc2ae9b4c937856694aada81e6691283d7d0d47 /StoneIsland/www/js/lib/blogs/BlogView.js
parentd26e72aea3b3127c95c5ba7069c95f73cf52a2fd (diff)
handle sizing for BELTS
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 3cfab914..3ea35418 100644
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
@@ -52,6 +52,9 @@ var BlogView = View.extend({
app.product.gallery.$el.addClass("gray")
}
+ app.gallery_id = data.store[0].CollectionId
+
+ app.collection.fetch()
},
}) \ No newline at end of file