mirror of
https://github.com/kenzok8/small.git
synced 2025-01-09 12:38:15 +08:00
update 2024-08-02 08:54:03
This commit is contained in:
parent
7f9348c015
commit
35609c1fc2
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user