Corrected forgotten response

This commit is contained in:
Thomas FORGIONE 2015-06-05 14:51:46 +02:00
parent baccd01111
commit 1923a20f19
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ BD.Private.sendData = function(url, data) {
// xhr.onreadystatechange = function() {
// if(xhr.readyState == 4 && xhr.status == 200) {
// console.log(xhr.responseText);
// console.log("Done : " + xhr.responseText);
// }
// }

View File

@ -14,4 +14,5 @@ module.exports.index = function(req, res) {
});
res.setHeader('Content-Type', 'text/html');
res.send("");
}