mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Applied VSCode JS formatting settings
This commit is contained in:
@@ -40,7 +40,7 @@ $('#shopping-list-form input').keyup(function(event)
|
||||
Grocy.FrontendHelpers.ValidateForm('shopping-list-form');
|
||||
});
|
||||
|
||||
$('#shopping-list-form input').keydown(function (event)
|
||||
$('#shopping-list-form input').keydown(function(event)
|
||||
{
|
||||
if (event.keyCode === 13) //Enter
|
||||
{
|
||||
|
Reference in New Issue
Block a user