diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 459b6df..32b699b 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -179,7 +179,8 @@ } const visitorKey = 'cv_visitor_id'; - const createVisitorId = () => window.crypto?.randomUUID?.() ?? `${Date.now()}-${Math.random().toString(36).slice(2)}`; + const createVisitorId = () => window.crypto?.randomUUID?.() ?? + `${Date.now()}-${Math.random().toString(36).slice(2)}`; let visitorId = createVisitorId(); try {