Update jsonCap.js

This commit is contained in:
vkservicesllc
2018-11-07 14:35:16 -05:00
committed by GitHub
parent 98f06394d2
commit 0c56628889

View File

@@ -25,6 +25,6 @@ function captureJSON() {
console.log('Connection to Server succeeded. Content was not received due to error.'); 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(); xhr.send();
} }