From 33f646925e925b3b3fffb939dfbedc10641f20c0 Mon Sep 17 00:00:00 2001 From: Val <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 7 Nov 2018 20:07:07 -0500 Subject: [PATCH] Update jsonCap.js --- ajax-requests/js/jsonCap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 += ' |