diff --git a/ajax-requests/js/jsonCap.js b/ajax-requests/js/jsonCap.js index 0d82fb7..8352940 100644 --- a/ajax-requests/js/jsonCap.js +++ b/ajax-requests/js/jsonCap.js @@ -14,12 +14,12 @@ function captureJSON() { len = respObj.length, i; content += '
| Company | '; - content += 'First Name | Last Name | Title | First Name | Last Name | Title | '; for (i = 0; i < len; i++) { content += ' |
|---|---|---|---|
| ' + respObj[i].Company + ' | '; content += '' + respObj[i]['First Name'] + ' | '; content += '' + respObj[i]['Last Name'] + ' | '; - content += '' + respObj[i].Title + ' | ' + respObj[i].Title + ' | '; if (i == len) content += ' |