Update TGBeta.ps1
This commit is contained in:
@@ -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 sub‑items 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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user