Update TGBeta.ps1
This commit is contained in:
@@ -792,6 +792,8 @@ function GetHtmlContent {
|
|||||||
n8nPasswordInput.addEventListener('input', () => {
|
n8nPasswordInput.addEventListener('input', () => {
|
||||||
fetchSitesButton.disabled = n8nPasswordInput.value.length < 12;
|
fetchSitesButton.disabled = n8nPasswordInput.value.length < 12;
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
// Tab Switching
|
// Tab Switching
|
||||||
const tabButtons = document.querySelectorAll('.tab-button');
|
const tabButtons = document.querySelectorAll('.tab-button');
|
||||||
const tabContents = document.querySelectorAll('.tab-content');
|
const tabContents = document.querySelectorAll('.tab-content');
|
||||||
|
|||||||
Reference in New Issue
Block a user