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

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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