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

added emoji-font for standardised experience

This commit is contained in:
2017-03-16 21:07:12 +01:00
parent 195e1eca34
commit 1f2104e8e2
5 changed files with 20 additions and 0 deletions

1
app.js
View File

@ -10,6 +10,7 @@ handle["/interface"] = requestHandlers.sendInterface;
handle["/js/jquery-1.12.1.min"] = requestHandlers.sendJquery;
handle["/js/jquery-ui.js"] = requestHandlers.sendJqueryUI;
handle["/css/bootstrap.min.css"] = requestHandlers.sendBootstrap;
handle["/sprite/emoji.ttf"] = requestHandlers.sendEmojiTtf;
handle["/clear"] = requestHandlers.sendClear;
if(server.demoMode()){