mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-05 01:45:22 +02:00
#1854 show issue content
This commit is contained in:
parent
0f438ef0b3
commit
6a664e88c7
6 changed files with 28 additions and 7 deletions
|
@ -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');
|
||||
|
|
1
public/js/min/gogs-min.js
vendored
Normal file
1
public/js/min/gogs-min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue