1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

#1854 show issue content

This commit is contained in:
Unknwon
2015-11-13 12:11:45 -05:00
parent 0f438ef0b3
commit 6a664e88c7
6 changed files with 28 additions and 7 deletions

View File

@ -630,9 +630,7 @@ $(document).ready(function () {
emojify.setConfig({
img_dir: suburl + '/img/emoji'
});
$('.emojify').each(function () {
emojify.run($(this)[0]);
});
emojify.run();
// Clipboard JS
var clipboard = new Clipboard('.clipboard');