mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 17:19:30 -07:00
settings persist when set by querystring
This commit is contained in:
@@ -28,7 +28,7 @@ class Setting {
|
||||
}
|
||||
|
||||
// call the change function on startup
|
||||
this.changeAction(this.myValue);
|
||||
this.checkboxChange({ target: { checked: this.myValue } });
|
||||
}
|
||||
|
||||
generateCheckbox() {
|
||||
|
||||
Reference in New Issue
Block a user