summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/StoryView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-06 02:07:18 -0500
committerJules Laplace <jules@okfoc.us>2015-11-06 02:07:18 -0500
commitebf29872c4e9108776cd5022450a7d6274ed5d5f (patch)
treef38219c802ff3ba97b7e79c75e8bd2b0362b511f /StoneIsland/www/js/lib/blogs/StoryView.js
parent7045fe96bc33fe92ba54a837e637145fe9bbbd23 (diff)
galleries on hub view
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/StoryView.js')
-rw-r--r--StoneIsland/www/js/lib/blogs/StoryView.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/StoryView.js b/StoneIsland/www/js/lib/blogs/StoryView.js
index b0221de3..62928cec 100644
--- a/StoneIsland/www/js/lib/blogs/StoryView.js
+++ b/StoneIsland/www/js/lib/blogs/StoryView.js
@@ -1,4 +1,4 @@
-var StoryView = View.extend({
+var StoryView = ScrollableView.extend({
el: "#story",
template: $("#story .template").html(),
@@ -17,6 +17,7 @@ var StoryView = View.extend({
},
show: function(){
+ this.deferScrollToTop()
document.body.className = "story"
},