lint should have errored before
This commit is contained in:
parent
27c5b7c592
commit
63799408af
@ -202,7 +202,7 @@ class OptionsWaiter {
|
||||
uxChange(e) {
|
||||
const checked = $("#accessibleUX").is(":checked");
|
||||
const UXstyle = "display:" + (checked ? "block" : "none");
|
||||
$('html > head').append($('<style>.accessibleUX {' + UXstyle + '; }</style>'));
|
||||
$("html > head").append($("<style>.accessibleUX {" + UXstyle + "; }</style>"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user