From 0ca82344a3d14ee3199dce5b21ca92be4847305d Mon Sep 17 00:00:00 2001 From: Cappy Popp <356651+cappypopp@users.noreply.github.com> Date: Wed, 6 Jan 2021 13:42:00 -0500 Subject: [PATCH] debug output --- LinkedIn - Demo Form Autofill.html | 1 + 1 file changed, 1 insertion(+) diff --git a/LinkedIn - Demo Form Autofill.html b/LinkedIn - Demo Form Autofill.html index 741f0ef..1b33cb5 100644 --- a/LinkedIn - Demo Form Autofill.html +++ b/LinkedIn - Demo Form Autofill.html @@ -53,6 +53,7 @@ // requires hiddenInputCreator('email', function (newValue) { // fire the GA event for autofill + console.log("%s value changed to %s", this.ID, newValue); }); hiddenInputCreator('country', function (newValue) { console.log("%s value changed to %s", this.ID, newValue);