From 486f14fc08b9c1b4b36f518394077e1537609d2b Mon Sep 17 00:00:00 2001 From: cheenwe Date: Thu, 28 Dec 2017 10:41:57 +0800 Subject: [PATCH] fixed emoji url --- editormd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editormd.js b/editormd.js index b901a8b..7c7e6fa 100644 --- a/editormd.js +++ b/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" };