Update
This commit is contained in:
parent
a7cb70c211
commit
db194df179
|
@ -43,10 +43,8 @@ function ready() {
|
|||
document.addEventListener("DOMContentLoaded", ready);
|
||||
|
||||
|
||||
const log = document.getElementById('log');
|
||||
log.innerHTML = "<hr><br>";
|
||||
|
||||
async function fetchData() {
|
||||
let log = document.getElementById('log');
|
||||
|
||||
var serverAddress = "techhub.social";
|
||||
|
||||
|
|
Loading…
Reference in New Issue