Skip to content

Commit e4990ba

Browse files
lafriksappleboy
authored andcommitted
Fix emojify image URL (#2769)
1 parent a257f88 commit e4990ba

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
@@ -1396,7 +1396,7 @@ $(document).ready(function () {
13961396

13971397
// Emojify
13981398
emojify.setConfig({
1399-
img_dir: suburl + '/plugins/emojify/images',
1399+
img_dir: suburl + '/vendor/plugins/emojify/images',
14001400
ignore_emoticons: true
14011401
});
14021402
var hasEmoji = document.getElementsByClassName('has-emoji');

0 commit comments

Comments
 (0)