mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:58:06 +01:00
gwa
This commit is contained in:
parent
aaf729306f
commit
9bb865bf21
1 changed files with 1 additions and 1 deletions
|
@ -2130,7 +2130,7 @@ if (/[?&]autoplay=/.test(location.search)) {
|
|||
}
|
||||
</script>
|
||||
|
||||
<script id="video" type="application/json"><%- JSON.stringify(inv_vid) %></script><script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
|
||||
<script type="application/json"><%- JSON.stringify(inv_vid) %></script><script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
|
||||
|
||||
<!-- Ambient Mode, for PokeTube -->
|
||||
<% if(IsOldWindows) { %>
|
||||
|
|
Loading…
Reference in a new issue