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(); }