mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
Continue working on tasks feature
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user