Update TGBeta.ps1
This commit is contained in:
@@ -785,6 +785,8 @@ function GetHtmlContent {
|
|||||||
<script>
|
<script>
|
||||||
// Wrap all JavaScript in DOMContentLoaded to ensure proper initialization.
|
// Wrap all JavaScript in DOMContentLoaded to ensure proper initialization.
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const n8nPasswordInput = document.getElementById('n8nPassword');
|
||||||
|
const fetchSitesButton = document.getElementById('fetchSitesButton');
|
||||||
|
|
||||||
// Tab Switching
|
// Tab Switching
|
||||||
const tabButtons = document.querySelectorAll('.tab-button');
|
const tabButtons = document.querySelectorAll('.tab-button');
|
||||||
|
|||||||
Reference in New Issue
Block a user