mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
fix a silly issue :3
This commit is contained in:
parent
dc2463f176
commit
0536e7765d
1 changed files with 15 additions and 1 deletions
|
@ -503,6 +503,14 @@
|
|||
</p>
|
||||
|
||||
<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) { %>
|
||||
|
||||
<% tj.Channel.Contents.ItemSection[2].Shelf.Items.Video.forEach(x => { %>
|
||||
|
@ -514,7 +522,13 @@
|
|||
</div>
|
||||
</a>
|
||||
<% }) %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue