First working build™️

This commit is contained in:
2023-03-31 12:10:42 -05:00
parent 01373c2b21
commit 557c136fce
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);