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

fix somethin lel

This commit is contained in:
Ashley 2022-12-10 08:07:03 +00:00
parent 0186388b32
commit b31c6b3377

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>
<% } %>