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

This commit is contained in:
Matthew Frost 2023-12-02 19:03:24 +01:00
parent 696fed74cf
commit 9f503c6aa2

View file

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