forked from rDrama/rDrama
1
0
Fork 0

remove extra spaces

master
Aevann 2024-03-06 05:30:21 +02:00
parent a90a15a5eb
commit f2b26e3cc3
3 changed files with 3 additions and 3 deletions

View File

@ -199,7 +199,7 @@ ta.addEventListener("keydown", function(e) {
}) })
socket.on('online', function(data){ socket.on('online', function(data){
const online_li = data[0] const online_li = data[0]
const muted_li = Object.keys(data[1]) const muted_li = Object.keys(data[1])
document.getElementsByClassName('board-chat-count')[0].innerHTML = online_li.length document.getElementsByClassName('board-chat-count')[0].innerHTML = online_li.length

View File

@ -356,7 +356,7 @@
<input hidden id="VAPID_PUBLIC_KEY" value="{{VAPID_PUBLIC_KEY}}"> <input hidden id="VAPID_PUBLIC_KEY" value="{{VAPID_PUBLIC_KEY}}">
<button id="enable-push-nav-item" type="button" class="dropdown-item" data-nonce="{{g.nonce}}" data-onclick="enablePushNotifications()"><i class="fas fa-bell fa-fw mr-3"></i>Enable Push Notifications</button> <button id="enable-push-nav-item" type="button" class="dropdown-item" data-nonce="{{g.nonce}}" data-onclick="enablePushNotifications()"><i class="fas fa-bell fa-fw mr-3"></i>Enable Push Notifications</button>
{% if g.browser != 'webview' %} {% if g.browser != 'webview' %}
<a class="dropdown-item" href="/app"><i class="fas fa-mobile fa-fw mr-3"></i>Mobile App</a> <a class="dropdown-item" href="/app"><i class="fas fa-mobile fa-fw mr-3"></i>Mobile App</a>

View File

@ -65,7 +65,7 @@
<td class="shop-table-icon"><i class="{{a['icon']}} {{a['color']}}" style="font-size: 30px"></i></td> <td class="shop-table-icon"><i class="{{a['icon']}} {{a['color']}}" style="font-size: 30px"></i></td>
<td class="shop-table-title">{{a['title']}}</td> <td class="shop-table-title">{{a['title']}}</td>
{% if a['baseprice'] != price %} {% if a['baseprice'] != price %}
<td data-sort="{{price}}" class="shop-table-price"> <td data-sort="{{price}}" class="shop-table-price">
<span class="discounted-price">{{a['baseprice']}}</span> <em class="text-success">{{price}}</em> <span class="discounted-price">{{a['baseprice']}}</span> <em class="text-success">{{price}}</em>
</td> </td>
{% else %} {% else %}