debug output
This commit is contained in:
parent
5e193f6d18
commit
0ca82344a3
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user