From b42e6ac0f677d356253cf747b659b2d509decc10 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 7 Jul 2021 17:21:14 +0200 Subject: [PATCH] fixed cook log creation in old search --- cookbook/templates/include/log_cooking.html | 1 + 1 file changed, 1 insertion(+) 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') });