From 2aa607e40853cb66bbdb5771fdeb10b54caaabd0 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Sat, 14 May 2022 20:08:27 -0400 Subject: [PATCH] fix for the stats page --- stats.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stats.html b/stats.html index c559860..f752e6c 100644 --- a/stats.html +++ b/stats.html @@ -476,6 +476,9 @@ margin:0; padding:0; } + .debugStats{ + padding: 20px 20px 100px 20px; + } .directorsgrid .vidcon { display: inline-block !important; width: 293.7px !important; @@ -613,9 +616,9 @@ //if (e.data.value){ // iframe.contentWindow.postMessage({"getStreamIDs":true}, '*'); if (e.data.streamID){ + updateStreams(); if (streamIDs.includes(e.data.streamID)){return;} streamIDs.push(e.data.streamID); - updateStreams(); } } else if (e.data.action == "requested-stream"){ if (streamIDs.includes(e.data.value)){return;}