From 1fde35040538c079ec41771db2df782d0e01fe70 Mon Sep 17 00:00:00 2001 From: Cappy Popp <356651+cappypopp@users.noreply.github.com> Date: Thu, 7 Jan 2021 10:41:30 -0500 Subject: [PATCH] debugging output --- LinkedIn - Demo Form Autofill.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LinkedIn - Demo Form Autofill.html b/LinkedIn - Demo Form Autofill.html index 979ea0b..44f80c7 100644 --- a/LinkedIn - Demo Form Autofill.html +++ b/LinkedIn - Demo Form Autofill.html @@ -29,6 +29,8 @@ }, linkedInAutofillClicked = false; + console.log(firstRow); + console.log(mktoForm); // style the holder div iframeHolderDiv.style.textAlign = 'center'; iframeHolderDiv.style.margin = '10px 0px';