update 2024-08-02 08:54:03

This commit is contained in:
actions-user 2024-08-02 08:54:03 +08:00
parent 7f9348c015
commit 35609c1fc2

View File

@ -112,7 +112,7 @@ XHR.poll(5, CHECK_IP_URL, null,
);
document.addEventListener('DOMContentLoaded', function() {
resize();
setTimeout("resize()",10)
fetch(CHECK_IP_URL)
.then(response => response.json())
.then(data => {