mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-23 12:09:30 -07:00
settings persist when set by querystring
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
File diff suppressed because one or more lines are too long
2
dist/resources/ws.min.js
vendored
2
dist/resources/ws.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user