fixed cook log creation in old search

This commit is contained in:
vabene1111
2021-07-07 17:21:14 +02:00
parent cebcf266fc
commit b42e6ac0f6

View File

@@ -73,6 +73,7 @@
}
$('#id_log_rating').on("input", () => {
let rating = $('#id_log_rating')
$('#id_rating_show').html(rating.val() + '/5')
});