quix pico css fix 3
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Pierre Guillod 2024-03-30 17:48:39 +01:00
parent f14c86d980
commit b9181ed6da
1 changed files with 2 additions and 1 deletions

View File

@ -347,7 +347,8 @@
elDesc.appendChild(elUrl);
elUrl.appendChild(txUrl);
elDetails.appendChild(elDesc);
const elHr = document.createElement("hr");
elOptions.appendChild(elHr);
}
document.getElementById("options").style.display = "block";
switch (optionsPath) {