mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04:00
Optimize hackmd resource packing and load orders
This commit is contained in:
parent
3fbfdb7db8
commit
5287d46931
6 changed files with 135 additions and 54 deletions
|
@ -904,7 +904,7 @@ emojify.setConfig({
|
|||
elements: ['script', 'textarea', 'a', 'pre', 'code', 'svg'],
|
||||
classes: ['no-emojify']
|
||||
},
|
||||
img_dir: serverurl + '/vendor/emojify.js/dist/images/basic',
|
||||
img_dir: serverurl + '/build/emojify.js/dist/images/basic',
|
||||
ignore_emoticons: true
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue