Syntax
This commit is contained in:
parent
e09c3e8239
commit
50d77a3cfe
1 changed files with 2 additions and 2 deletions
|
@ -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 + ")"
|
||||
);
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue