This commit is contained in:
framartin 2017-07-05 19:42:34 -04:00
parent ff4549e023
commit 41f86accfd

View file

@ -10,6 +10,8 @@ var socket = io.connect({path: baseurl + "/socket.io"});
moment.locale(navigator.language || navigator.languages[0]); moment.locale(navigator.language || navigator.languages[0]);
marked.setOptions({sanitize: true});
//an action has happened, send it to the //an action has happened, send it to the
//server //server
function sendAction(a, d) { function sendAction(a, d) {