Browse Source

fixed emoji url

master^2^2
cheenwe 7 years ago
committed by GitHub
parent
commit
486f14fc08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      editormd.js

2
editormd.js

@ -3365,7 +3365,7 @@
// Emoji graphics files url path
editormd.emoji = {
path : "http://www.emoji-cheat-sheet.com/graphics/emojis/",
path : "https://www.webpagefx.com/tools/emoji-cheat-sheet/graphics/emojis/",
ext : ".png"
};

Loading…
Cancel
Save