We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dbc20 commit 858e90dCopy full SHA for 858e90d
web/certManager.js
@@ -212,16 +212,6 @@ function openModal(c) {
212
a.className = "download-link";
213
a.setAttribute("role", "button");
214
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);
225
} else {
226
dl.innerHTML = `<div style="color:var(--muted);">No download link found.</div>`;
227
}
0 commit comments