closer to getting ajax to work

This commit is contained in:
Michael Q Larson
2014-11-06 17:38:47 -08:00
parent 944f4d6a1d
commit 86d433aaba
5 changed files with 71 additions and 56 deletions

View File

@ -142,8 +142,6 @@ exports.updateProgress = function(req, res) {
res.redirect('/account');
});
});
// challenge = req.params.challengeNumber;
// user.challengesCompleted
};