From 41f86accfd509779c10323164bfd88a979b0b252 Mon Sep 17 00:00:00 2001 From: framartin Date: Wed, 5 Jul 2017 19:42:34 -0400 Subject: [PATCH] fix #4 --- client/script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/script.js b/client/script.js index 4cb781e..4e04ecb 100644 --- a/client/script.js +++ b/client/script.js @@ -10,6 +10,8 @@ var socket = io.connect({path: baseurl + "/socket.io"}); moment.locale(navigator.language || navigator.languages[0]); +marked.setOptions({sanitize: true}); + //an action has happened, send it to the //server function sendAction(a, d) {