2
1
mirror of https://github.com/s00500/nodeMessageBoard.git synced 2025-07-13 00: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

2
app.js
View File

@ -7,8 +7,6 @@ var debug = false; // todo move this to configfile
var handle = {}
handle["/"] = requestHandlers.sendInterface;
handle["/interface"] = requestHandlers.sendInterface;
// handle["/sprite/emoji.css"] = requestHandlers.sendEmojiCss;
// handle["/sprite/emoji.png"] = requestHandlers.sendEmojiPng;
handle["/js/jquery-1.12.1.min"] = requestHandlers.sendJquery;
handle["/js/jquery-ui.js"] = requestHandlers.sendJqueryUI;
handle["/css/bootstrap.min.css"] = requestHandlers.sendBootstrap;