From bb75ed772bd474c9f020fb4eaba17fa5ed88040f Mon Sep 17 00:00:00 2001 From: sgibson47 Date: Tue, 13 Nov 2018 18:22:04 -0600 Subject: [PATCH] add explanation of requirement 4 --- Blog-about-this/Blog_about_this.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blog-about-this/Blog_about_this.md b/Blog-about-this/Blog_about_this.md index 3919d6d..feb3b03 100644 --- a/Blog-about-this/Blog_about_this.md +++ b/Blog-about-this/Blog_about_this.md @@ -461,7 +461,7 @@ Lastly, I wrote some JavaScript to control the outcome when the new form was sub let that = this var values = $(this).serialize(); - + var making = $.post('/makingsFromRecipe', values); making.done(function(data) {