mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- close tag autocomplete menu on edit/add form close
This commit is contained in:
parent
40f9d33a93
commit
7625cd975c
1 changed files with 1 additions and 0 deletions
|
|
@ -1780,6 +1780,7 @@ function showEditForm(isAdd)
|
|||
|
||||
function saveTask(form)
|
||||
{
|
||||
$("#edittags").autocomplete('close');
|
||||
if(flag.readOnly) return false;
|
||||
if(form.isadd.value != 0)
|
||||
return submitFullTask(form);
|
||||
|
|
|
|||
Loading…
Reference in a new issue