some more fixes to the session handling to ignore the /api folder, and

refactoring how the public directory is set up in webserver.js.

THIS COMMIT ALTERS NODEBB'S DEPENDENCIES!
Please run npm install after pulling.
This commit is contained in:
Julian Lam
2013-04-28 13:58:19 -04:00
parent 19cd9e05ed
commit f4b14df195
4 changed files with 12 additions and 19 deletions

View File

@@ -25,7 +25,6 @@
ajaxify.register_events(['user.login']);
socket.on('user.login', function(data) {
console.log(data);
if (data.status === 0) {
jQuery('#error').show(50);
jQuery('#error p').html(data.message);