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 += ''; - content += ''; + content += ''; for (i = 0; i < len; i++) { content += ''; content += ''; content += ''; - content += ''; + content += ''; if (i == len) content += '
CompanyFirst NameLast NameTitle
First NameLast NameTitle
' + respObj[i].Company + '' + respObj[i]['First Name'] + '' + respObj[i]['Last Name'] + '' + respObj[i].Title + '
' + respObj[i].Title + '
'; } btnTxt = btnTxt.replace('capture', 'hide');