Skip to content

Commit

Permalink
[twemoji] Fix broken MaxCDN.
Browse files Browse the repository at this point in the history
  • Loading branch information
double-a-stories committed Aug 21, 2024
1 parent 7c037d0 commit 55768db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twee/menu/emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// OK: <%s.rm?`⚠️:`⚠️`%>

{
twemoji.base = "https://twemoji.maxcdn.com/v/latest/";
twemoji.base = "https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/";

$(window).on("sm.passage.shown", function parsePassageEmojis() {
twemoji.parse(story.$passageEl[0]);
Expand Down

0 comments on commit 55768db

Please sign in to comment.