]> source.dussan.org Git - gitea.git/commitdiff
Fix emojify image URL (#2769)
authorLauris BH <lauris@nix.lv>
Mon, 23 Oct 2017 08:48:56 +0000 (11:48 +0300)
committerBo-Yi Wu <appleboy.tw@gmail.com>
Mon, 23 Oct 2017 08:48:56 +0000 (03:48 -0500)
public/js/index.js

index a8dbfd7b33aa3d04b5fc43c39ee3c89af5d4d375..258db95540094c49e824affb340e72fee773dbd0 100644 (file)
@@ -1396,7 +1396,7 @@ $(document).ready(function () {
 
     // Emojify
     emojify.setConfig({
-        img_dir: suburl + '/plugins/emojify/images',
+        img_dir: suburl + '/vendor/plugins/emojify/images',
         ignore_emoticons: true
     });
     var hasEmoji = document.getElementsByClassName('has-emoji');