From 64996a54ab929dd6d40690624dc5a2bb500e3d1a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 19 Nov 2021 20:11:56 +0200 Subject: [PATCH] df --- 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 %}