tweaking app.alert so that on regular fadeout (after timeout expiry), the alert is removed from the DOM

This commit is contained in:
Julian Lam
2013-05-08 10:57:29 -04:00
parent 4cb59c5aa9
commit 4dced643c5
2 changed files with 6 additions and 3 deletions

View File

@@ -116,7 +116,6 @@ var config = require('../config.js'),
}
User.getUserField(uid, 'password', function(user_password) {
bcrypt.compare(password, user_password, function(err, res) {
if (res === true) {
next({