diff --git a/static/app.js b/static/app.js index 828f5a6..ef0acef 100644 --- a/static/app.js +++ b/static/app.js @@ -125,7 +125,6 @@ function openAddView() { if (state.currentView !== "addView") state.previousView = state.currentView; showView("addView"); - window.setTimeout(() => $("#amount").focus(), 0); } function closeAddView() { diff --git a/static/index.html b/static/index.html index 4a28e6b..d3b105b 100644 --- a/static/index.html +++ b/static/index.html @@ -8,7 +8,7 @@