Browse Source

Fix emojify image URL (#2769)

for-closed-social
Lauris BH 7 years ago
committed by Bo-Yi Wu
parent
commit
e4990ba205
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/js/index.js

+ 1
- 1
public/js/index.js 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');

Loading…
Cancel
Save