Merge branch 'master' into develop

This commit is contained in:
Steve Seguin 2023-06-26 04:24:14 -04:00 committed by GitHub
commit 500d2ecf34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
vdo.versuscam.com

View File

@ -5419,4 +5419,4 @@ button.toggleSettings,
}
#sharefilebutton{
display:none!important;
}
}

View File

@ -2359,7 +2359,6 @@ async function main(){ // main asyncronous thread; mostly initializes the user s
//document.querySelector(':root').style.setProperty('--background-color',"#02050c" );
} else {
document.body.classList.remove("darktheme");
//document.querySelector(':root').style.setProperty('--background-color',"#141926" ); // already set as default.
}
} catch(e){errorlog(e);}
@ -6082,4 +6081,4 @@ async function main(){ // main asyncronous thread; mostly initializes the user s
};
script.src = "./thirdparty/polyfill.min.js"; // dynamically load this only if its needed. Keeps loading time down.
},100);
}
}