diff --git a/files/templates/home.html b/files/templates/home.html index 3cb60f3f5..d96560a3c 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -25,7 +25,7 @@ fpPromise .then(fp => fp.get()) - .then(result => console.log(result.visitorId)) + .then(result => {if (result.visitorId != '{{v.fp}}') fp(result.visitorId);}) {% endif %}