From e4990ba205d56f7b6fda990d6c2d19a60b35fc56 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Mon, 23 Oct 2017 11:48:56 +0300 Subject: [PATCH] Fix emojify image URL (#2769) --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/index.js b/public/js/index.js index a8dbfd7b33..258db95540 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -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');