quix pico css fix 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f14c86d980
commit
b9181ed6da
1 changed files with 2 additions and 1 deletions
|
@ -347,7 +347,8 @@
|
||||||
elDesc.appendChild(elUrl);
|
elDesc.appendChild(elUrl);
|
||||||
elUrl.appendChild(txUrl);
|
elUrl.appendChild(txUrl);
|
||||||
elDetails.appendChild(elDesc);
|
elDetails.appendChild(elDesc);
|
||||||
|
const elHr = document.createElement("hr");
|
||||||
|
elOptions.appendChild(elHr);
|
||||||
}
|
}
|
||||||
document.getElementById("options").style.display = "block";
|
document.getElementById("options").style.display = "block";
|
||||||
switch (optionsPath) {
|
switch (optionsPath) {
|
||||||
|
|
Loading…
Reference in a new issue