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(),
|
$(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 + ")"
|
||||||
);
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue