responsive
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user