diff --git a/public/viewjs/mealplan.js b/public/viewjs/mealplan.js index 9ddee5be..956f8383 100644 --- a/public/viewjs/mealplan.js +++ b/public/viewjs/mealplan.js @@ -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 {