mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
fix a silly issue :3
This commit is contained in:
parent
dc2463f176
commit
0536e7765d
@ -503,6 +503,14 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="video-grid" style="background:#111" >
|
<div class="video-grid" style="background:#111" >
|
||||||
|
<% if ( tj ) { %>
|
||||||
|
|
||||||
|
<% if ( tj.Channel) { %>
|
||||||
|
|
||||||
|
<% if ( tj.Channel.Contents) { %>
|
||||||
|
<% if ( tj.Channel.Contents.ItemSection[2]) { %>
|
||||||
|
|
||||||
|
<% if ( tj.Channel.Contents.ItemSection[2].Shelf) { %>
|
||||||
<% if ( tj.Channel.Contents.ItemSection[2].Shelf.Items.Video) { %>
|
<% if ( tj.Channel.Contents.ItemSection[2].Shelf.Items.Video) { %>
|
||||||
|
|
||||||
<% tj.Channel.Contents.ItemSection[2].Shelf.Items.Video.forEach(x => { %>
|
<% tj.Channel.Contents.ItemSection[2].Shelf.Items.Video.forEach(x => { %>
|
||||||
@ -514,7 +522,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<% }) %>
|
<% }) %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% } %>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
<% } %>
|
||||||
|
<% } %>
|
||||||
|
<% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user