gdgx
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 36s

This commit is contained in:
Matthew Frost 2023-12-02 19:13:06 +01:00
parent 9f503c6aa2
commit 9446e98087

View file

@ -221,7 +221,7 @@ input:checked + .slider:before {
var badge = document.getElementById(badgeid);
if (message.action == "on") {
checkbox.setAttribute('checked');
checkbox.setAttribute('checked','');
badge.textContent = "On";
badge.classList.replace("badge-danger","badge-success");
} else {