@@ -136,3 +137,9 @@ function handleIngredients(viewRecipeData) {
return ingredients_string;
}
+
+
+// Making close-pop-up function
+function handleClosePopUp() {
+ document.querySelector('#pop-up').style.display = 'none';
+}
\ No newline at end of file