commit d94a613ae46cf23bb447e9c4f50e71cecef0de16
parent 15f01a335ca945f1ab28a085288388c88b1d6345
Author: Asher Morgan <Asherfmorgan@gmail.com>
Date: Sun, 15 Mar 2020 09:26:45 -0700
Update CSV URLs.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Spanish Quizzer.js b/Spanish Quizzer.js
@@ -23,14 +23,14 @@ function Load() {
// Load CSV
Sets = [null, null];
- Papa.parse("https://raw.githubusercontent.com/AsherMorgan/Spanish-Quizzer/feature-multipleSets/Vocab/Verbs.csv", {
+ Papa.parse("https://raw.githubusercontent.com/AsherMorgan/Spanish-Quizzer/master/Vocab/Verbs.csv", {
download: true,
complete: function(results) {
// Set verbs
Sets[0] = results.data;
}
});
- Papa.parse("https://raw.githubusercontent.com/AsherMorgan/Spanish-Quizzer/feature-multipleSets/Vocab/Prepositions.csv", {
+ Papa.parse("https://raw.githubusercontent.com/AsherMorgan/Spanish-Quizzer/master/Vocab/Prepositions.csv", {
download: true,
complete: function(results) {
// Set verbs