Debugging help

This commit is contained in:
Lance Stout 2013-09-17 11:55:02 -07:00
parent bcce90bcdf
commit 4ec646aacb
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module.exports = function (client, app) {
console.error(err);
}
if (!app.hasConnected) {
window.location = '/login';
//window.location = '/login';
}
});