Update app-mockup.js
This commit is contained in:
@@ -791,6 +791,7 @@ function stopMockupSystem() {
|
|||||||
document.querySelector('#statistics #youtube .likes span').textContent = '0';
|
document.querySelector('#statistics #youtube .likes span').textContent = '0';
|
||||||
document.querySelector('#statistics #tiktok .viewers span').textContent = '0';
|
document.querySelector('#statistics #tiktok .viewers span').textContent = '0';
|
||||||
document.querySelector('#statistics #tiktok .likes 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() {
|
function randomColor() {
|
||||||
const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)";
|
const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)";
|
||||||
return randomColor;
|
return randomColor;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user