mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Applied VSCode JS formatting settings
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
}
|
||||
});
|
||||
|
||||
$('#task-category-form input').keyup(function (event)
|
||||
$('#task-category-form input').keyup(function(event)
|
||||
{
|
||||
Grocy.FrontendHelpers.ValidateForm('task-category-form');
|
||||
});
|
||||
|
||||
$('#task-category-form input').keydown(function (event)
|
||||
$('#task-category-form input').keydown(function(event)
|
||||
{
|
||||
if (event.keyCode === 13) //Enter
|
||||
{
|
||||
|
Reference in New Issue
Block a user