forked from MarseyWorld/MarseyWorld
remove extra spaces
parent
a90a15a5eb
commit
f2b26e3cc3
|
@ -199,7 +199,7 @@ ta.addEventListener("keydown", function(e) {
|
|||
})
|
||||
|
||||
socket.on('online', function(data){
|
||||
const online_li = data[0]
|
||||
const online_li = data[0]
|
||||
const muted_li = Object.keys(data[1])
|
||||
|
||||
document.getElementsByClassName('board-chat-count')[0].innerHTML = online_li.length
|
||||
|
|
|
@ -356,7 +356,7 @@
|
|||
|
||||
<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' %}
|
||||
<a class="dropdown-item" href="/app"><i class="fas fa-mobile fa-fw mr-3"></i>Mobile App</a>
|
||||
|
|
|
@ -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-title">{{a['title']}}</td>
|
||||
{% 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>
|
||||
</td>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue