add: finish ui rewrite
This commit is contained in:
parent
e9846016e6
commit
5dec98d698
119 changed files with 8776 additions and 9350 deletions
|
@ -80,6 +80,10 @@ media_theme_pref();
|
|||
element.removeAttribute("selected");
|
||||
}
|
||||
|
||||
for (const element of document.querySelectorAll('[checked="false"]')) {
|
||||
element.removeAttribute("checked");
|
||||
}
|
||||
|
||||
for (const element of document.querySelectorAll('[selected="true"]')) {
|
||||
element.parentElement.value = element.value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue