mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
typo
This commit is contained in:
parent
fd5a72264d
commit
5c602ce74e
|
|
@ -306,7 +306,7 @@ Grocy.Components.RecipePicker.GetInputElement().keydown(function(event)
|
|||
}
|
||||
});
|
||||
|
||||
$(document).on("keyodwn", "#servings", function(e)
|
||||
$(document).on("keydown", "#servings", function(e)
|
||||
{
|
||||
if (event.keyCode === 13) //Enter
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user