diff --git a/cookbook/templates/include/log_cooking.html b/cookbook/templates/include/log_cooking.html index 966a85fa6..b7549f190 100644 --- a/cookbook/templates/include/log_cooking.html +++ b/cookbook/templates/include/log_cooking.html @@ -73,6 +73,7 @@ } $('#id_log_rating').on("input", () => { + let rating = $('#id_log_rating') $('#id_rating_show').html(rating.val() + '/5') });