First working build™️
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user