From 1f4ae5ccd307ef1f773a92381fd05b7793d6d32c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 18 Nov 2021 18:14:31 +0200 Subject: [PATCH] fds --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}