Skip to content

Commit

Permalink
Fix emojify image URL (#2769) (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored and bkcsoft committed Oct 23, 2017
1 parent 46bb1cf commit 3c60121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,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');
Expand Down

0 comments on commit 3c60121

Please sign in to comment.