From e4b906f944c50deef46ced9f6867120b7cc1fa70 Mon Sep 17 00:00:00 2001 From: Theodore Song Date: Wed, 15 Jul 2026 22:43:21 -0400 Subject: [PATCH] Remove shared reset control --- index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.html b/index.html index 98875b8..8a1abf5 100644 --- a/index.html +++ b/index.html @@ -334,7 +334,6 @@ footer{margin-top:34px;padding-top:22px;border-top:1px solid var(--border);color -
@@ -3023,10 +3022,6 @@ $("importStateBtn").addEventListener("click",async()=>{ renderAll();showTab(location.hash.slice(1)||"portfolio"); }catch(e){toast("Import failed. Check that the sync code was copied fully.");} }); -$("resetBtn").addEventListener("click",()=>{ - if(!confirm("Reset all ten agents to their $10,000 starting balance?"))return; - saveState(defaultState());localStorage.removeItem(SUG_KEY);pushCloudState(true);toast("All agents reset.");renderAll(); -}); $("createPaperAccountBtn").addEventListener("click",async()=>{ const name=($("paperAccountName").value||"Paper Trader").trim().slice(0,40); const password=($("paperAccountPassword").value||"").trim();