소스 검색

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');