Update jsonCap.js

This commit is contained in:
vkservicesllc
2018-11-07 14:24:36 -05:00
committed by GitHub
parent 0f3d518708
commit 3849560b2e

View File

@@ -6,7 +6,7 @@ function captureJSON() {
content = '', content = '',
respObj = JSON.parse(xhr.responseText), respObj = JSON.parse(xhr.responseText),
len = respObj.length, len = respObj.length,
var i; i;
console.log(xhr.responseText); console.log(xhr.responseText);
content += '<table><tr><th>Company</th>'; content += '<table><tr><th>Company</th>';
content += '<th>First Name</th><th>Last Name</th><th>Title</th></tr>'; content += '<th>First Name</th><th>Last Name</th><th>Title</th></tr>';