|
@@ -13,6 +13,7 @@ window.recipeBookStrandObj = {
|
|
|
populateRecipes: function(){
|
|
populateRecipes: function(){
|
|
|
let recipeList = document.querySelector("#recipeList");
|
|
let recipeList = document.querySelector("#recipeList");
|
|
|
|
|
|
|
|
|
|
+ this.recipeDivList = [];
|
|
|
while(recipeList.children.length > 0){
|
|
while(recipeList.children.length > 0){
|
|
|
recipeList.removeChild(recipeList.firstChild);
|
|
recipeList.removeChild(recipeList.firstChild);
|
|
|
}
|
|
}
|