diff --git a/html/poketube.ejs b/html/poketube.ejs index 9c972f26..dfb4d0f2 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1813,7 +1813,7 @@ window.addEventListener("unload", cleanup) var script = document.createElement('script'); script.src = '/static/app.bundle.js?ver=<%-btoa("1f739d93") %>&bundledat=<%- Date.now() %>'; document.head.appendChild(script); - twemoji.parse(document.body,{ base: 'https://cdn.zptr.cc/twemoji/' })