notifications page + ajaxify route + css styling

This commit is contained in:
Julian Lam
2013-10-22 14:35:20 -04:00
parent 5c70b2b307
commit 705571de8c
6 changed files with 74 additions and 1 deletions

View File

@@ -282,7 +282,7 @@ var express = require('express'),
// Basic Routes (entirely client-side parsed, goal is to move the rest of the crap in this file into this one section)
(function () {
var routes = ['login', 'register', 'account', 'recent', 'unread', 'popular', 'active', '403', '404'];
var routes = ['login', 'register', 'account', 'recent', 'unread', 'notifications', '403', '404'];
for (var i = 0, ii = routes.length; i < ii; i++) {
(function (route) {