mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
url fix
This commit is contained in:
parent
27fe654b2b
commit
1fcfb79e5b
@ -143,7 +143,7 @@ Queue([
|
||||
function grabStandardVariants(q) {
|
||||
console.log('fetching emoji-variation-sequences.txt ... ');
|
||||
http.get(
|
||||
"http://unicode.org/Public/emoji/latest/emoji-variation-sequences.txt",
|
||||
"http://www.unicode.org/Public/emoji/11.0/emoji-variation-sequences.txt",
|
||||
function(res) {
|
||||
var chunks = [];
|
||||
if (res.statusCode == 200) {
|
||||
|
Loading…
Reference in New Issue
Block a user