From 2dd1f19d054b55aaee449cd445d7bc79dacf6144 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Tue, 13 Sep 2022 13:13:11 -0500 Subject: [PATCH] balls --- update.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.js b/update.js index 0c36368..c90f907 100644 --- a/update.js +++ b/update.js @@ -2,6 +2,8 @@ var prevSha = localStorage.getItem("commitsha") ?? "ThisShouldntBeASHA"; setInterval(reqData, 60000); +//balls lmao + function reqData() { const XHR = new XMLHttpRequest();