From 877f58ac3788bfa8cd1451d37d7a2e956f57665a Mon Sep 17 00:00:00 2001
From: tpatchg <104855857+tpatchg@users.noreply.github.com>
Date: Wed, 17 Jul 2024 10:40:53 -0500
Subject: [PATCH] Update docs.md
Updated javascript variable instantiations
Clarified jquery requirement for getJSON
Enclosed php echo to fix url breaking apart in javascript.
---
.../02.the-client-server-conversation/docs.md | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/pages/02.background/02.the-client-server-conversation/docs.md b/pages/02.background/02.the-client-server-conversation/docs.md
index 0778dd32..00bde1a3 100644
--- a/pages/02.background/02.the-client-server-conversation/docs.md
+++ b/pages/02.background/02.the-client-server-conversation/docs.md
@@ -39,7 +39,7 @@ Again, clients can't run PHP in their browsers. If you want to pass along the va
```html
@@ -47,8 +47,8 @@ Again, clients can't run PHP in their browsers. If you want to pass along the va