From 0a065016ce0b681ee263a28f7cf85fba72e348e8 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Thu, 21 Mar 2024 21:06:27 +0200 Subject: [PATCH] Debug cleanup --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 2717e73..8cbb7cd 100644 --- a/script.js +++ b/script.js @@ -169,5 +169,5 @@ function handleHTML(steam_id, steam_name, html_string) { $(document).ready(function () { handleAccounts(); - //fetchAccounts(); + fetchAccounts(); }); \ No newline at end of file