From 45a1e882166e99c5d57e219ea60f7d3c10f4b2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Sat, 10 Aug 2024 00:33:59 +0200 Subject: [PATCH] fix onboarding instructions --- apps/dashboard/src/modals/Instructions.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/modals/Instructions.tsx b/apps/dashboard/src/modals/Instructions.tsx index 1de4de33..5df31424 100644 --- a/apps/dashboard/src/modals/Instructions.tsx +++ b/apps/dashboard/src/modals/Instructions.tsx @@ -64,13 +64,16 @@ const Instructions = ({ framework, client }: Props) => {

Copy the code below and insert it to you website

+ window.op = window.op||function(...args){(window.op.q=window.op.q||[]).push(args);}; window.op('init', { clientId: '${clientId}', trackScreenViews: true, trackOutgoingLinks: true, trackAttributes: true, - });`} + }); + +`} />