mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
SKULL EMOJIII
This commit is contained in:
parent
2a2ec88dd8
commit
0d40e879cc
1 changed files with 1 additions and 1 deletions
|
@ -1813,7 +1813,7 @@ window.addEventListener("unload", cleanup)
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
script.src = '/static/app.bundle.js?ver=<%-btoa("1f739d93") %>&bundledat=<%- Date.now() %>';
|
script.src = '/static/app.bundle.js?ver=<%-btoa("1f739d93") %>&bundledat=<%- Date.now() %>';
|
||||||
document.head.appendChild(script);
|
document.head.appendChild(script);
|
||||||
twemoji.parse(document.body,{ base: 'https://cdn.zptr.cc/twemoji/' })</
|
twemoji.parse(document.body,{ base: 'https://cdn.zptr.cc/twemoji/' })
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue