From a064188bb642e122480650522c8dd699f8cbd90e Mon Sep 17 00:00:00 2001 From: Timothee Groleau Date: Wed, 20 Sep 2023 09:31:28 +0800 Subject: [PATCH] chore: minor corrections --- public/views/mp/iberiaqual.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/views/mp/iberiaqual.html b/public/views/mp/iberiaqual.html index d4f213a2..61b8d8df 100644 --- a/public/views/mp/iberiaqual.html +++ b/public/views/mp/iberiaqual.html @@ -157,7 +157,6 @@ const players_re = /^[2345]$/; const player_width = 367; - const players = []; if (QueryString.get('border') === '1') { stream_bg.classList.add('transp'); @@ -268,7 +267,7 @@ left: 'unset', zIndex: 1, transform: 'scale(0.5)', - right: '-36px', + right: '-36px', // whhyyyyyyyy?? top: '37px', };