Reset Parts of Speech when erasing dictionary

This commit is contained in:
Robbie Antenesse 2015-10-28 18:44:36 -06:00
parent 6a368d9aa6
commit 310144b9ed
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ function EmptyWholeDictionary() {
currentDictionary = JSON.parse(defaultDictionaryJSON);
ShowDictionary();
SaveDictionary();
SetPartsOfSpeech();
HideSettings();
}
}