From 50d77a3cfe50524edf91d9f99464fa3fa9328691 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 25 Sep 2015 11:27:23 +0100 Subject: [PATCH] Syntax --- src/global.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global.js b/src/global.js index 5e60061..e58eccd 100644 --- a/src/global.js +++ b/src/global.js @@ -12,7 +12,7 @@ function insert_emoticons(ident, classes) { $(this).html(), key, "" - ); + ) ); } }); @@ -30,7 +30,7 @@ function markdown_decoder(ident) { $(ident).val(), key, "![" + raw_key + "](" + image + ")" - ); + ) ); } }