refactoring

This commit is contained in:
Frank Knoll
2024-07-24 21:53:00 +02:00
parent b72cdba5c6
commit be77ed5e33
4 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@
pdf: {
pdfButton: document.querySelector("#PDF"),
heading: document.querySelector("#heading").textContent,
valueName: document.querySelector("#subheading").textContent
subheading: document.querySelector("#subheading").textContent
}
}
);