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 cd490da8be5b04d0e2b1190696625cfeaf84d28d
parent 32bf108b349fbe3dc210247576a2d529c4164d34
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sun,  7 Jun 2020 09:24:07 -0700

Make vocab set list start with one set on load.

Diffstat:
MScripts/Settings.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Scripts/Settings.js b/Scripts/Settings.js @@ -174,6 +174,9 @@ function Load() { } }); + // Add set + AddSet(); + // Show and hide elements Reload(); }