v24b, with cloudflare/whip->whep auto viewer support

This commit is contained in:
steveseguin
2023-08-28 04:36:45 -04:00
parent 676d831e20
commit 7154b90c03
13 changed files with 1385 additions and 553 deletions

View File

@@ -94,12 +94,12 @@
<script>
function getChromeVersion() {
function getChromiumVersion() {
var raw = navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);
return raw ? parseInt(raw[2], 10) : false;
}
//if (!getChromeVersion()){
//if (!getChromiumVersion()){
// alert("This speedtest is optimized for Chromium-based browsers; graphs will not work for Firefox or Safari browsers.");
//}