mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04:00
Fix to use bower version emojify.js
This commit is contained in:
parent
5640de8c77
commit
d70d0318e5
8 changed files with 4 additions and 7 deletions
|
@ -879,8 +879,6 @@ md.use(require('markdown-it-emoji'), {
|
|||
shortcuts: false
|
||||
});
|
||||
|
||||
var emojify = require('emojify.js');
|
||||
|
||||
emojify.setConfig({
|
||||
blacklist: {
|
||||
elements: ['script', 'textarea', 'a', 'pre', 'code', 'svg'],
|
||||
|
|
|
@ -3733,8 +3733,6 @@ function matchInContainer(text) {
|
|||
}
|
||||
}
|
||||
|
||||
var emojify = require('emojify.js');
|
||||
|
||||
$(editor.getInputField())
|
||||
.textcomplete([
|
||||
{ // emoji strategy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue