mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
fixed cook log creation in old search
This commit is contained in:
@@ -73,6 +73,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$('#id_log_rating').on("input", () => {
|
$('#id_log_rating').on("input", () => {
|
||||||
|
let rating = $('#id_log_rating')
|
||||||
$('#id_rating_show').html(rating.val() + '/5')
|
$('#id_rating_show').html(rating.val() + '/5')
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user