From 57e0b94717b5875e3f3fba1146f4be8fb41356d5 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 30 Sep 2025 06:56:44 -0300 Subject: [PATCH] style --- public/support.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/support.html b/public/support.html index 2f26a69..48a8142 100644 --- a/public/support.html +++ b/public/support.html @@ -164,6 +164,8 @@ Please note: it does not cover general Odoo usage or functional questions. const messagesEl = document.getElementById('messagesInner'); const input = document.getElementById('messageInput'); const sendBtn = document.getElementById('sendBtn'); + + const params = new URLSearchParams(window.location.search); const uuid = params.get("uuid"); // Generate UUID once per page load