swarm disclaimer and tracker chooser for frontend

This commit is contained in:
CoolElectronics 2023-08-16 14:12:49 -04:00
parent 0b2647554e
commit 0550cf828b
No known key found for this signature in database
GPG key ID: F63593D168636C50
5 changed files with 148 additions and 35 deletions

View file

@ -34,6 +34,7 @@ let ids: string[] = ["dummy"];
reff.on("value", snapshot => {
let val = snapshot.val();
console.log(val);
if (!val) return;
if (Object.keys(val) == ids) {