diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-11-30 15:41:48 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-11-30 15:41:48 -0600 |
| commit | 6dc48c07b81b12eb38f237718579bd333b5a4688 (patch) | |
| tree | 37afb0660142e7d0fde2e2c26d19d375a48ecc93 /StoneIsland/www/js/lib/blogs/BlogView.js | |
| parent | c6adcec5801e7f489555da76e05ebd1249b44512 (diff) | |
| parent | beab45b8029b3687eed647ca2956952817a33aa2 (diff) | |
Merge branch 'master' of https://github.com/okfocus/stone-island
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/blogs/BlogView.js | 3 |
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 |
