From 0c566288893d95b247df3301c2c2f94e74c95109 Mon Sep 17 00:00:00 2001 From: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 7 Nov 2018 14:35:16 -0500 Subject: [PATCH] Update jsonCap.js --- ajax-requests/js/jsonCap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax-requests/js/jsonCap.js b/ajax-requests/js/jsonCap.js index 57a7da9..4924ce7 100644 --- a/ajax-requests/js/jsonCap.js +++ b/ajax-requests/js/jsonCap.js @@ -25,6 +25,6 @@ function captureJSON() { console.log('Connection to Server succeeded. Content was not received due to error.'); } }; - xhr.open('GET', '../files/jsonData.json', true); + xhr.open('GET', 'files/jsonData.json', true); xhr.send(); }