add: products ui
This commit is contained in:
parent
8f76578f1b
commit
fd529d3847
31 changed files with 1041 additions and 49 deletions
|
@ -85,6 +85,10 @@ media_theme_pref();
|
|||
element.removeAttribute("checked");
|
||||
}
|
||||
|
||||
for (const element of document.querySelectorAll('[disabled="false"]')) {
|
||||
element.removeAttribute("disabled");
|
||||
}
|
||||
|
||||
for (const element of document.querySelectorAll('[selected="true"]')) {
|
||||
element.parentElement.value = element.value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue