summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-01-28 18:56:37 +0100
committerJules Laplace <jules@okfoc.us>2016-01-28 18:56:37 +0100
commitb3aef4bd4282c7a62984e0906a022b261dde951a (patch)
treee0a0151daec4faad64a5a80e66b5f5da2f89052e /StoneIsland/www/js/lib/blogs/BlogView.js
parent0b40e1e779719b68e29193d10cb13a18deb46a1e (diff)
build and bump version
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
-rwxr-xr-xStoneIsland/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 c1daf656..64a65b09 100755
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
@@ -47,6 +47,7 @@ var BlogView = View.extend({
app.gallery_id = data.store[0].CollectionId
app.department_id = data.store[0].DepartmentId
app.collection.setCollectionName( data.store[0].collection )
+ app.collection.loaded = false
app.collection.fetch()
}