balls
This commit is contained in:
parent
f4dac9f467
commit
2dd1f19d05
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ var prevSha = localStorage.getItem("commitsha") ?? "ThisShouldntBeASHA";
|
|||
|
||||
setInterval(reqData, 60000);
|
||||
|
||||
//balls lmao
|
||||
|
||||
function reqData() {
|
||||
const XHR = new XMLHttpRequest();
|
||||
|
||||
|
|
Loading…
Reference in a new issue