Shopping list (WIP)
This commit is contained in:
parent
ce3821b94e
commit
084be9fb00
16 changed files with 296 additions and 90 deletions
|
|
@ -222,11 +222,7 @@ fn display_month(
|
|||
let scheduled_recipes_element: Element =
|
||||
selector(&format!("#day-grid-{}{} .scheduled-recipes", i, j));
|
||||
|
||||
let recipe_element = recipe_template
|
||||
.clone_node_with_deep(true)
|
||||
.unwrap()
|
||||
.dyn_into::<Element>()
|
||||
.unwrap();
|
||||
let recipe_element = recipe_template.deep_clone();
|
||||
recipe_element.set_id(&id);
|
||||
|
||||
scheduled_recipes_element
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue