瀏覽代碼

Updated Emojis CDN Version

Yoginth 7 年之前
父節點
當前提交
9673ea30b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/js/gitote.js

+ 1 - 1
public/js/gitote.js

@@ -1245,7 +1245,7 @@ $(document).ready(function () {
 
     // Emojify
     emojify.setConfig({
-        img_dir: 'https://cdn.jsdelivr.net/npm/gitote@1.2.9/img/emoji',
+        img_dir: 'https://cdn.jsdelivr.net/npm/gitote@1.3.0/img/emoji',
         ignore_emoticons: true
     });
     var hasEmoji = document.getElementsByClassName('has-emoji');