diff options
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/StoryView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/blogs/StoryView.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/StoryView.js b/StoneIsland/www/js/lib/blogs/StoryView.js index 4c71e9ff..ed46af31 100644 --- a/StoneIsland/www/js/lib/blogs/StoryView.js +++ b/StoneIsland/www/js/lib/blogs/StoryView.js @@ -9,7 +9,11 @@ var StoryView = View.extend({ initialize: function(){ this.$content = this.$(".content") }, - + + show: function(){ + document.body.className = "story" + }, + populate: function(){ }, |
