mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +01:00
add warnings
This commit is contained in:
parent
118e43bb7e
commit
af5c225976
1 changed files with 13 additions and 5 deletions
|
@ -453,12 +453,19 @@
|
|||
</div>
|
||||
|
||||
<% } %>
|
||||
<% if (!Array.isArray(tj.Channel.Contents)) { %>
|
||||
See https://codeberg.org/Ashley/poketube/issues/14#issuecomment-663938
|
||||
<% } %>
|
||||
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||
<% if (!tab) { %>
|
||||
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <% if (!tab) { %>
|
||||
|
||||
<div align="center">
|
||||
|
||||
|
||||
<% if (Array.isArray(tj.Channel.Contents)) { %>
|
||||
|
||||
<div class="video-grid" >
|
||||
<% if (!continuation) { %>
|
||||
|
||||
|
@ -509,6 +516,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue