settings persist when set by querystring

This commit is contained in:
Matt Walsh
2024-04-19 21:14:28 -05:00
parent e87290ed5e
commit 63703d1fff
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ class Setting {
}
// call the change function on startup
this.changeAction(this.myValue);
this.checkboxChange({ target: { checked: this.myValue } });
}
generateCheckbox() {