mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 05:36:15 +02:00
typo
This commit is contained in:
parent
e111d07f4e
commit
55365b9075
|
|
@ -419,7 +419,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
|
if (event.keyCode === 13) //Enter
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user