Skip to content

Commit 858e90d

Browse files
authored
Update certManager.js
1 parent a8dbc20 commit 858e90d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

web/certManager.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -212,16 +212,6 @@ function openModal(c) {
212212
a.className = "download-link";
213213
a.setAttribute("role", "button");
214214
dl.appendChild(a);
215-
216-
// Small raw URL under the button for readability/copying
217-
const raw = document.createElement("div");
218-
raw.className = "download-raw";
219-
raw.style.marginTop = "8px";
220-
raw.style.fontSize = "12px";
221-
raw.style.color = "var(--muted)";
222-
raw.style.wordBreak = "break-all";
223-
raw.textContent = decodeSafe(c.download);
224-
dl.appendChild(raw);
225215
} else {
226216
dl.innerHTML = `<div style="color:var(--muted);">No download link found.</div>`;
227217
}

0 commit comments

Comments
 (0)