First working build™️

This commit is contained in:
2023-03-31 12:10:42 -05:00
parent b586bc8167
commit 37b411a025
3 changed files with 46 additions and 12 deletions

View File

@@ -30,7 +30,6 @@ function addPhrase(abbrevation, phrase) {
console.log(abbrevation, phrase);
abbreviationKey.target_phrases[abbrevation] = phrase;
console.log(abbreviationKey);
updatePhraseList();
// Write data to file
var jsonString = JSON.stringify(abbreviationKey);