mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 22:14:38 -05: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>
|
||||
|
||||
|
||||
<!-- comments json - not used rn but will in the future! -->
|
||||
<script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
|
||||
<script id="video" 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