Update app-mockup.js

This commit is contained in:
Rodrigo Emanuel
2025-05-11 03:09:55 -03:00
committed by GitHub
parent 23929a062e
commit c173095ced

View File

@@ -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;
}
}