Make reset working

Resolves #1345
This commit is contained in:
Hans5958 2022-04-24 15:18:24 +07:00
parent e9c22947f5
commit a7fb35e19e

View file

@ -341,6 +341,10 @@ function initDraw() {
descriptionField.value = "";
websiteField.value = "";
subredditField.value = "";
pathWithPeriods = []
pathWithPeriods.push([defaultPeriod, []])
initPeriodGroups()
}
function back() {