debug output

This commit is contained in:
Cappy Popp 2021-01-06 13:42:00 -05:00
parent 5e193f6d18
commit 0ca82344a3

View File

@ -53,6 +53,7 @@
// requires // requires
hiddenInputCreator('email', function (newValue) { hiddenInputCreator('email', function (newValue) {
// fire the GA event for autofill // fire the GA event for autofill
console.log("%s value changed to %s", this.ID, newValue);
}); });
hiddenInputCreator('country', function (newValue) { hiddenInputCreator('country', function (newValue) {
console.log("%s value changed to %s", this.ID, newValue); console.log("%s value changed to %s", this.ID, newValue);