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');