2
1
mirror of https://github.com/s00500/nodeMessageBoard.git synced 2025-07-12 19:11:00 +00:00

Delete Emojize Requirement and handlers

This commit is contained in:
2017-03-06 22:41:44 +01:00
parent 9cb20bc7fa
commit d23fe31aea
12 changed files with 3 additions and 21 deletions

View File

@ -12,20 +12,6 @@ function sendInterface(response) {
response.end(html);
}
// function sendEmojiCss(response) {
// console.log("Request handler 'Emojicss' was called.");
// response.writeHead(200, {"Content-Type": "text/css"});
// var html = fs.readFileSync(__dirname + "/served/emoji.css")
// response.end(html);
// }
//
// function sendEmojiPng(response) {
// console.log("Request handler 'Emojipng' was called.");
// response.writeHead(200, {"Content-Type": "image/png"});
// var html = fs.readFileSync(__dirname + "/served/emoji.png")
// response.end(html);
// }
function sendBootstrap(response) {
console.log("Request handler 'css' was called.");
response.writeHead(200, {"Content-Type": "text/css"});