mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Minor Fixes
This commit is contained in:
parent
44ee558509
commit
2b55ff908f
6 changed files with 21 additions and 14 deletions
|
@ -15,11 +15,13 @@ getJson('https://piped-instances.kavin.rocks').then(i => {
|
|||
console.log(i);
|
||||
});
|
||||
|
||||
/*getJson('https://hyperpipe.codeberg.page/api/backend.json').then(i => {
|
||||
hypInstances.value = i
|
||||
getJson('https://raw.codeberg.page/Hyperpipe/pages/api/backend.json').then(
|
||||
i => {
|
||||
hypInstances.value = i;
|
||||
|
||||
console.log(i);
|
||||
});*/
|
||||
console.log(i);
|
||||
},
|
||||
);
|
||||
|
||||
function getBool(val) {
|
||||
return 'bi ' + (val ? 'bi-check2' : 'bi-x-lg');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue