diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-15 16:54:38 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-15 16:56:28 -0400 |
| commit | d5855a5d5b7c16a2c262ad2b98aabe5e8dd161f0 (patch) | |
| tree | 6debdaea50594aa9a57707d2cb2e360b5f5aa6d8 /StoneIsland/www/js/lib/blogs/HubView.js | |
| parent | 007ef2401acf0a98d7412dba06e1acd5f3957a1b (diff) | |
begin writing navigation css
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/blogs/HubView.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js index 4958b320..430464b1 100644 --- a/StoneIsland/www/js/lib/blogs/HubView.js +++ b/StoneIsland/www/js/lib/blogs/HubView.js @@ -10,6 +10,10 @@ var HubView = View.extend({ this.$content = this.$(".content") }, + show: function(){ + document.body.className = "hub" + }, + populate: function(){ }, |
