mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 17:14:38 -05:00
qwq
This commit is contained in:
parent
925823e9f5
commit
52fb2ad099
1 changed files with 13 additions and 2 deletions
|
@ -436,6 +436,14 @@
|
||||||
Comments
|
Comments
|
||||||
</h5>
|
</h5>
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||||
|
<% if (!Array.isArray( inv.comments)) { %>
|
||||||
|
<p>
|
||||||
|
Comments couldnt load ;-; (<a href="https://codeberg.org/Ashley/poketube/issues/new">Report dis issue</a>)
|
||||||
|
</p>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
|
<% if (Array.isArray( inv.comments)) { %>
|
||||||
|
|
||||||
<% inv.comments.forEach(x =>{ %>
|
<% inv.comments.forEach(x =>{ %>
|
||||||
|
|
||||||
|
@ -464,8 +472,11 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<% }) %>
|
<% }) %>
|
||||||
|
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue