Client modification : score bar blinking when finished

This commit is contained in:
Thomas FORGIONE
2015-10-01 15:24:32 +02:00
parent aa76fed43a
commit 3d007e8877
8 changed files with 74 additions and 27 deletions

View File

@@ -18,7 +18,6 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.render('index.jade', res.locals, function(err, result) {
console.log(err);
res.send(result);
});