settings persist when set by querystring
This commit is contained in:
parent
e87290ed5e
commit
63703d1fff
3 changed files with 3 additions and 3 deletions
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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue