1
Fork 0
This commit is contained in:
Jake Howard 2015-09-25 11:27:23 +01:00
parent e09c3e8239
commit 50d77a3cfe
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ function insert_emoticons(ident, classes) {
$(this).html(), $(this).html(),
key, key,
"<img class='" + classes + "' style='height: 28px; width: auto;' src='" + image + "'/>" "<img class='" + classes + "' style='height: 28px; width: auto;' src='" + image + "'/>"
); )
); );
} }
}); });
@ -30,7 +30,7 @@ function markdown_decoder(ident) {
$(ident).val(), $(ident).val(),
key, key,
"![" + raw_key + "](" + image + ")" "![" + raw_key + "](" + image + ")"
); )
); );
} }
} }