Started server-wide legacy cytube/fore.st toke count ingestion.
This commit is contained in:
parent
bb2a1369a3
commit
a231c8fc4c
5 changed files with 110 additions and 4 deletions
|
|
@ -19,6 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
</span>
|
||||
<div class="profile-item nested-dynamic-container" id="profile-tokes">
|
||||
<% profile.tokes.forEach((count, toke) => { %>
|
||||
<p class="profile-item profile-toke" id='profile-tokes<%-toke%>'>!<%- toke %>: <%- count %></p>
|
||||
<p class="profile-item profile-toke" id='profile-tokes<%-toke%>'><%- toke == "Legacy Tokes" ? '<br>' : '!' %><%- toke %>: <%- count %></p>
|
||||
<% }); %>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue