Fix emojify image URL (#2769)

This commit is contained in:
Lauris BH 2017-10-23 11:48:56 +03:00 committed by Bo-Yi Wu
parent a257f88a09
commit e4990ba205
1 changed files with 1 additions and 1 deletions

View 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');