mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:37:48 +01:00
add video json :3
This commit is contained in:
parent
eca85c73cb
commit
3dcc088c29
1 changed files with 1 additions and 3 deletions
|
@ -1917,9 +1917,7 @@ if (/[?&]autoplay=/.test(location.search)) {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script id="video" type="application/json"><%- JSON.stringify(inv_vid) %></script><script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
|
||||||
<!-- comments json - not used rn but will in the future! -->
|
|
||||||
<script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
|
|
||||||
|
|
||||||
<!-- Ambient Mode, for PokeTube -->
|
<!-- Ambient Mode, for PokeTube -->
|
||||||
<% if(IsOldWindows) { %>
|
<% if(IsOldWindows) { %>
|
||||||
|
|
Loading…
Reference in a new issue