From 55cb002ec35f6fd7180a33ca61e7b0d68c39c9fb Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 1 Feb 2025 20:00:35 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index d7d32f1..2871083 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -792,6 +792,8 @@ function GetHtmlContent { n8nPasswordInput.addEventListener('input', () => { fetchSitesButton.disabled = n8nPasswordInput.value.length < 12; + }); + // Tab Switching const tabButtons = document.querySelectorAll('.tab-button'); const tabContents = document.querySelectorAll('.tab-content');