Corrected forgotten response
This commit is contained in:
parent
baccd01111
commit
1923a20f19
|
@ -13,7 +13,7 @@ BD.Private.sendData = function(url, data) {
|
||||||
|
|
||||||
// xhr.onreadystatechange = function() {
|
// xhr.onreadystatechange = function() {
|
||||||
// if(xhr.readyState == 4 && xhr.status == 200) {
|
// if(xhr.readyState == 4 && xhr.status == 200) {
|
||||||
// console.log(xhr.responseText);
|
// console.log("Done : " + xhr.responseText);
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
|
@ -14,4 +14,5 @@ module.exports.index = function(req, res) {
|
||||||
});
|
});
|
||||||
|
|
||||||
res.setHeader('Content-Type', 'text/html');
|
res.setHeader('Content-Type', 'text/html');
|
||||||
|
res.send("");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue