Update jsonCap.js
This commit is contained in:
@@ -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>';
|
||||||
|
|||||||
Reference in New Issue
Block a user