Logged in alert on index page can now be closed, changed style

This commit is contained in:
Sahat Yalkabov
2013-11-29 23:22:33 -05:00
parent d9e3f0aca5
commit f5e6c04d7c
2 changed files with 7 additions and 2 deletions

5
app.js
View File

@ -75,4 +75,7 @@ app.get('*', home.index);
app.listen(app.get('port'), function() {
console.log('Express server listening on port ' + app.get('port'));
});
});
// TODO: List.js for examples
// TODO: jquery-spinner for some examples (signup page?)