Skip to content

Commit

Permalink
Merge pull request pandao#1 from cheenwe/fixed-emoji-url
Browse files Browse the repository at this point in the history
fixed emoji url
  • Loading branch information
cheenwe authored Dec 28, 2017
2 parents 5b3ceb8 + 486f14f commit 37ce033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editormd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};

Expand Down

0 comments on commit 37ce033

Please sign in to comment.