Update TGBeta.ps1

This commit is contained in:
2025-02-01 19:53:06 -05:00
parent 7d163d4f57
commit 328943f8f7

View File

@@ -785,6 +785,8 @@ function GetHtmlContent {
<script>
// Wrap all JavaScript in DOMContentLoaded to ensure proper initialization.
document.addEventListener('DOMContentLoaded', function() {
const n8nPasswordInput = document.getElementById('n8nPassword');
const fetchSitesButton = document.getElementById('fetchSitesButton');
// Tab Switching
const tabButtons = document.querySelectorAll('.tab-button');