mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
add stuff :3
This commit is contained in:
parent
296339157c
commit
0be09b6e93
@ -51,12 +51,7 @@
|
||||
<% } %> <!-- close the } -->
|
||||
<link href="/css/yt-ukraine.svg?v=3" rel=icon>
|
||||
<link href=/css/snow.css rel=stylesheet>
|
||||
|
||||
<ptd-event-chunks>
|
||||
poketube.eventloader = this.eventloader
|
||||
load()
|
||||
|
||||
</ptd-event-chunks>
|
||||
|
||||
<title> <%=inv_vid.title%> | PokeTube </title>
|
||||
<style>
|
||||
|
||||
@ -1812,8 +1807,16 @@ window.addEventListener("unload", cleanup)
|
||||
}
|
||||
</style>
|
||||
<% } %>
|
||||
<script src="/static/app.bundle.js?ver=<%-btoa("1f739d93") %>&bundledat=<%- Date.now() %>"></script>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
var script = document.createElement('script');
|
||||
script.src = '/static/app.bundle.js?ver=<%-btoa("1f739d93") %>&bundledat=<%- Date.now() %>';
|
||||
document.head.appendChild(script);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<% if(secure) { %>
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user