diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-17 08:12:18 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-17 08:12:18 -0400 |
| commit | 18eecb2faa34cbdfe558e3941c9ec0f5019a3ff9 (patch) | |
| tree | c476e5ab9ccb2d799df19b21c70d6f9d15382f87 /StoneIsland/www/js/index.js | |
| parent | 7eb327b13bd9ee241f47f22ba1c3db3c90e8e942 (diff) | |
fetch blogviews from cms database and populate based on presumed schema
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 5f9ca688..12bc089c 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -2,6 +2,7 @@ var app = (function(){ var app = {} app.init = function(){ + app.blog = new BlogView () app.archive = new ArchiveView () app.hub = new HubView () app.story = new StoryView () |
