spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 48e14e8fc2652f66e599ba84fc2dbad23acd299d
parent 66d64bc43c83dcf3e2d14c3a30bff06475a9751c
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sun, 13 Sep 2020 14:22:27 -0700

Fix bug in keybindings.

Diffstat:
MScripts/Home.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Scripts/Home.js b/Scripts/Home.js @@ -249,7 +249,7 @@ function KeyDown(e) { app.state = "vocabSettings"; } if (e.key === "r") { - window.location = "/reference.html"; + window.location = "reference.html"; } }