diff --git a/app/index.html b/app/index.html index 0593276..2ff8e71 100644 --- a/app/index.html +++ b/app/index.html @@ -556,14 +556,14 @@ function buildForm() {
- ${pcOpts}
@@ -1014,6 +1014,12 @@ function restoreStorage() { if (el) el.value = v; }); + // Restore "Other" project-code visibility + if (d.pcode === "__other__") { + const w = document.getElementById("pcode-other-wrap"); + if (w) w.style.display = "block"; + } + if (wasGen && d.ino) { const bumped = bumpNum(d.ino); const el = document.getElementById("ino");