Explorar el Código

emojify.js: ignore_emoticons

Unknwon hace 9 años
padre
commit
7436ce6403
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      public/js/gogs.js

+ 2 - 1
public/js/gogs.js

@@ -867,7 +867,8 @@ $(document).ready(function () {
 
     // Emojify
     emojify.setConfig({
-        img_dir: suburl + '/img/emoji'
+        img_dir: suburl + '/img/emoji',
+        ignore_emoticons: true
     });
     emojify.run();