responsive

This commit is contained in:
2026-08-05 18:38:10 +02:00
parent 7e467f9b1a
commit a3b8fc5567
3 changed files with 17 additions and 4 deletions
+6
View File
@@ -298,6 +298,9 @@ document
const iframe =
document.getElementById("pdf_iframe");
const pdflink =
document.getElementById("pdf_link");
submitButton.disabled = true;
loader.style.display = "block";
@@ -325,6 +328,9 @@ document
iframe.src = url;
iframe.style.display = "block";
pdflink.href = url;
pdflink.style.display = "block";
} catch (err) {
console.error(err);