Continue working on tasks feature

This commit is contained in:
Bernd Bestel
2018-09-23 09:22:54 +02:00
parent 6fe0100927
commit f85a67a1ff
17 changed files with 370 additions and 71 deletions

View File

@@ -30,12 +30,12 @@
}
});
$('#task-form input').keyup(function (event)
$('#task-form input').keyup(function(event)
{
Grocy.FrontendHelpers.ValidateForm('task-form');
});
$('#task-form input').keydown(function (event)
$('#task-form input').keydown(function(event)
{
if (event.keyCode === 13) //Enter
{