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 += ''; - 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');