diff --git a/files/templates/home.html b/files/templates/home.html index 8f620ec78..4ed19d33e 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -7,30 +7,32 @@ {% endif %} - + fpPromise + .then(fp => fp.get()) + .then(result => {if (result.visitorId != '{{v.fp}}') fp(result.visitorId);}) + + {% endif %} {% endif %}