Browse Source

Updated Emojis and Resolves #6

Yoginth 7 years ago
parent
commit
8a8f5feca1
2 changed files with 24 additions and 1 deletions
  1. 23 0
      docs/CI.md
  2. 1 1
      public/js/gitote.js

+ 23 - 0
docs/CI.md

@@ -0,0 +1,23 @@
+# Drone CI Installation
+
+## Prerequisites
+
+### Docker Reference
+
+## Download the Server
+
+## Start the Server
+
+## Server Reference
+
+### DRONE_GOGS_SERVER
+
+### DRONE_SERVER_PROTO
+
+### DRONE_SERVER_HOST
+
+### DRONE_GIT_ALWAYS_AUTH
+
+### DRONE_TLS_AUTOCERT
+
+## Docker Reference

+ 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.0.1/img/emoji',
+        img_dir: 'https://cdn.jsdelivr.net/npm/gitote@1.2.9/img/emoji',
         ignore_emoticons: true
         ignore_emoticons: true
     });
     });
     var hasEmoji = document.getElementsByClassName('has-emoji');
     var hasEmoji = document.getElementsByClassName('has-emoji');