From c173095ced4d7cf3e4df8545cac7faf68a3031d0 Mon Sep 17 00:00:00 2001 From: Rodrigo Emanuel Date: Sun, 11 May 2025 03:09:55 -0300 Subject: [PATCH] Update app-mockup.js --- js/app-mockup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/app-mockup.js b/js/app-mockup.js index 65e6196..149026b 100644 --- a/js/app-mockup.js +++ b/js/app-mockup.js @@ -791,6 +791,7 @@ function stopMockupSystem() { document.querySelector('#statistics #youtube .likes span').textContent = '0'; document.querySelector('#statistics #tiktok .viewers span').textContent = '0'; document.querySelector('#statistics #tiktok .likes span').textContent = '0'; + document.querySelector('#statistics #kick .viewers span').textContent = '0'; } } @@ -837,4 +838,4 @@ function randomString(length) { function randomColor() { const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)"; return randomColor; -} \ No newline at end of file +}