From 19c65a932639d158007050988d5a4fba758636bb Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 30 Sep 2025 06:54:45 -0300 Subject: [PATCH] style --- public/support.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/support.html b/public/support.html index 65bf363..2f26a69 100644 --- a/public/support.html +++ b/public/support.html @@ -164,7 +164,6 @@ 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'); - document.getElementById('webhook').textContent = WEBHOOK; const uuid = params.get("uuid"); // Generate UUID once per page load