mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- bugfix: task editor priority was not reset on close
This commit is contained in:
parent
d860f14e1d
commit
a8de3a20e0
1 changed files with 1 additions and 0 deletions
|
|
@ -336,6 +336,7 @@ function cancelEdit(e)
|
|||
document.edittask.note.value = '';
|
||||
document.edittask.tags.value = '';
|
||||
document.edittask.duedate.value = '';
|
||||
document.edittask.prio.value = '0';
|
||||
toggleEditAllTags(0);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue