WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@disarticulate
Copy link

enableNtripCaster changes for checkbox require a .form-check-input class otherwise it's not modified by saveInitialSettings

    // Save checkboxes and radio buttons
    clsElements = document.querySelectorAll(".form-check-input:not(.fileManagerCheck), .form-radio");
    for (let x = 0; x < clsElements.length; x++) {
        // Store boolean values for easy comparison
        initialSettings[clsElements[x].id] = clsElements[x].checked.toString();
    }

nseidle and others added 3 commits November 14, 2025 12:53
v2.3 - Fix profiles and change Bluetooth broadcast name during Base/Rover
changes for checkbox require a .form-check-input class otherwise it's not modified by saveInitialSettings
```
    // Save checkboxes and radio buttons
    clsElements = document.querySelectorAll(".form-check-input:not(.fileManagerCheck), .form-radio");
    for (let x = 0; x < clsElements.length; x++) {
        // Store boolean values for easy comparison
        initialSettings[clsElements[x].id] = clsElements[x].checked.toString();
    }
```
@PaulZC
Copy link
Contributor

PaulZC commented Dec 19, 2025

Hi Eric (@disarticulate ),

Nice catch - thank you!

Merging - into release_candidate

Very best wishes,
Paul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants