Fix export html to replace fallen cdn tortue.me to cdnjs
This commit is contained in:
parent
0fc8e7c30e
commit
2fa51fb4ba
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ function generateCleanHTML (view) {
|
||||||
let name = $(value).attr('alt')
|
let name = $(value).attr('alt')
|
||||||
name = name.substr(1)
|
name = name.substr(1)
|
||||||
name = name.slice(0, name.length - 1)
|
name = name.slice(0, name.length - 1)
|
||||||
$(value).attr('src', `https://www.tortue.me/emoji/${name}.png`)
|
$(value).attr('src', `https://cdnjs.cloudflare.com/ajax/libs/emojify.js/1.1.0/images/basic/${name}.png`)
|
||||||
})
|
})
|
||||||
// replace video to iframe
|
// replace video to iframe
|
||||||
src.find('div[data-videoid]').each((key, value) => {
|
src.find('div[data-videoid]').each((key, value) => {
|
||||||
|
|
Loading…
Reference in a new issue