Merge branch 'united' into sp

This commit is contained in:
Gnome Ann
2021-10-23 11:45:03 -04:00
5 changed files with 35 additions and 1 deletions

View File

@@ -1507,6 +1507,9 @@ $(document).ready(function(){
} else if(msg.cmd == "updatefrmtadsnsp") {
// Update toggle state
$("#frmtadsnsp").prop('checked', msg.data).change();
} else if(msg.cmd == "updatesingleline") {
// Update toggle state
$("#singleline").prop('checked', msg.data).change();
} else if(msg.cmd == "allowtoggle") {
// Allow toggle change states to propagate
allowtoggle = msg.data;