Skip to content

Commit

Permalink
Fix emojify image URL (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored and appleboy committed Oct 23, 2017
1 parent a257f88 commit e4990ba
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 @@ -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');
Expand Down

0 comments on commit e4990ba

Please sign in to comment.