Revert "Merge branch 'master' into develop"

This reverts commit 500d2ecf349c89563db2cb5d2ac03000d213c64b, reversing
changes made to ed1716c23ce8a2564e709c3b58b3bf4e82d33249.
This commit is contained in:
steveseguin 2023-06-26 04:40:19 -04:00
parent 500d2ecf34
commit 70262002db
3 changed files with 3 additions and 3 deletions

1
CNAME
View File

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

View File

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

View File

@ -2359,6 +2359,7 @@ 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);}
@ -6081,4 +6082,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);
}
}