Browse Source

Updated Emojis CDN Version

Yoginth 7 years ago
parent
commit
9673ea30b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/js/gitote.js

+ 1 - 1
public/js/gitote.js

@@ -1245,7 +1245,7 @@ $(document).ready(function () {
 
 
     // Emojify
     // Emojify
     emojify.setConfig({
     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
         ignore_emoticons: true
     });
     });
     var hasEmoji = document.getElementsByClassName('has-emoji');
     var hasEmoji = document.getElementsByClassName('has-emoji');