From f2b26e3cc3ddbd738a4377c2f42b312edacee567 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 6 Mar 2024 05:30:21 +0200 Subject: [PATCH] remove extra spaces --- files/assets/js/chat.js | 2 +- files/templates/header.html | 2 +- files/templates/shop.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 463a272f8..ba61313a7 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -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 diff --git a/files/templates/header.html b/files/templates/header.html index e5e258c3e..72df3c596 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -356,7 +356,7 @@ - + {% if g.browser != 'webview' %} Mobile App diff --git a/files/templates/shop.html b/files/templates/shop.html index 4838b682d..ab410c686 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -65,7 +65,7 @@ {{a['title']}} {% if a['baseprice'] != price %} - + {{a['baseprice']}} {{price}} {% else %}