Update TGBeta.ps1

This commit is contained in:
2025-01-31 17:26:10 -05:00
parent c469246c19
commit 7d163d4f57

View File

@@ -803,7 +803,7 @@ function GetHtmlContent {
}); });
// Updated Select All functionality for the left column: // Updated Select All functionality for the left column:
// This now calls toggleDattoRMMOptions() to ensure Datto subitems expand. // This now calls toggleDattoRMMOptions() to ensure Datto sub-items expand.
window.toggleLeftColumnCheckboxes = function(selectAllCheckbox) { window.toggleLeftColumnCheckboxes = function(selectAllCheckbox) {
const leftCheckboxes = document.querySelectorAll('#leftColumn input[type="checkbox"]:not(#selectAllLeftCheckbox)'); const leftCheckboxes = document.querySelectorAll('#leftColumn input[type="checkbox"]:not(#selectAllLeftCheckbox)');
leftCheckboxes.forEach(checkbox => { leftCheckboxes.forEach(checkbox => {