mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:28:33 +01:00
add stuff :3
This commit is contained in:
parent
296339157c
commit
0be09b6e93
1 changed files with 10 additions and 7 deletions
|
@ -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 a new issue