From 3e2e9630a9a4e40468159d66db172b501d24ed4c Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Tue, 2 Apr 2024 09:44:59 +0200 Subject: [PATCH] debug: add console logs --- components/Current/VwoScript.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/Current/VwoScript.tsx b/components/Current/VwoScript.tsx index ead4f8a3f..3d2bee78e 100644 --- a/components/Current/VwoScript.tsx +++ b/components/Current/VwoScript.tsx @@ -9,6 +9,8 @@ export default function VwoScript() { // Updated snippet for cookie consent handling - 07-Mar-2023 var _vwo_clicks = 50; + console.log('firing!!!!!'); + debugger; //DO NOT make any changes to smart code except for entering your account id window._vwo_code = window._vwo_code || (function() { var account_id = 373511, @@ -110,6 +112,7 @@ export default function VwoScript() { ); } }; + console.log('return 👇'); return code; }());