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