Skip to content

Commit 3c60121

Browse files
lafriksbkcsoft
authored andcommitted
Fix emojify image URL (#2769) (#2773)
1 parent 46bb1cf commit 3c60121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ $(document).ready(function () {
14561456

14571457
// Emojify
14581458
emojify.setConfig({
1459-
img_dir: suburl + '/plugins/emojify/images',
1459+
img_dir: suburl + '/vendor/plugins/emojify/images',
14601460
ignore_emoticons: true
14611461
});
14621462
var hasEmoji = document.getElementsByClassName('has-emoji');

0 commit comments

Comments
 (0)