1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 09:34:41 -05:00

fix somethin lel

This commit is contained in:
Ashley 2022-12-10 08:07:03 +00:00
parent 1379e547c1
commit d16fab17a7

View file

@ -466,7 +466,7 @@ text-transform:uppercase;
<% if (!tab) { %>
<a href="/channel?id=<%=ID%>" class="tab active">Lastest Videos</a>
<% if (Array.isArray( c.comments)) { %>
<% if (c.comments.length != "0") { %>
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
<% } %>
@ -477,7 +477,7 @@ text-transform:uppercase;
<% if (tab === "about") { %>
<a href="/channel?id=<%=ID%>" class="tab">Lastest Videos</a>
<% if (Array.isArray( c.comments)) { %>
<% if (c.comments.length != "0") { %>
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
<% } %>