Browse Source
Merge pull request #1 from cheenwe/fixed-emoji-url
fixed emoji url
master^2
cheenwe
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
editormd.js
|
@ -3365,7 +3365,7 @@ |
|
|
|
|
|
|
|
|
// Emoji graphics files url path
|
|
|
// Emoji graphics files url path
|
|
|
editormd.emoji = { |
|
|
editormd.emoji = { |
|
|
path : "http://www.emoji-cheat-sheet.com/graphics/emojis/", |
|
|
|
|
|
|
|
|
path : "https://www.webpagefx.com/tools/emoji-cheat-sheet/graphics/emojis/", |
|
|
ext : ".png" |
|
|
ext : ".png" |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|