diff options
author | Wu Cheng-Han | 2017-03-14 16:37:38 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2017-03-14 16:37:38 +0800 |
commit | 2fa51fb4ba22a636486ab5add21c69e7cc453574 (patch) | |
tree | edb5eaaf0bc4976a7eac8f4e677f42c5343ff918 /public/js | |
parent | 0fc8e7c30e2c5cf28581c66dd5ab54e1956ffbb9 (diff) |
Fix export html to replace fallen cdn tortue.me to cdnjs
Diffstat (limited to '')
-rw-r--r-- | public/js/extra.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/extra.js b/public/js/extra.js index 1ba4a13c..9dd78535 100644 --- a/public/js/extra.js +++ b/public/js/extra.js @@ -581,7 +581,7 @@ function generateCleanHTML (view) { let name = $(value).attr('alt') name = name.substr(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 src.find('div[data-videoid]').each((key, value) => { |