mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Update stirling-pdf/src/main/resources/templates/convert/eml-to-pdf.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
571a826a51
commit
434ea0f30d
@ -82,7 +82,7 @@
|
|||||||
function updateFormState() {
|
function updateFormState() {
|
||||||
if (pdfOnlyOptions && submitBtn) {
|
if (pdfOnlyOptions && submitBtn) {
|
||||||
pdfOnlyOptions.style.display = downloadHtml.checked ? 'none' : 'block';
|
pdfOnlyOptions.style.display = downloadHtml.checked ? 'none' : 'block';
|
||||||
submitBtn.textContent = downloadHtml.checked ? 'Download HTML' : submitText;
|
submitBtn.textContent = downloadHtml.checked ? /*[[#{EMLToPDF.downloadHtml}]]*/ 'Download HTML' : submitText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user