i18n
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5c36f245a2
commit
d00dbf6ec8
|
@ -120,11 +120,21 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
|
|||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
const iframe = document.getElementById("namninsamling-lista");
|
||||
if (iframe) {
|
||||
const now = Date.now(); // eller new Date().getTime()
|
||||
iframe.src = `/data/namnlista.html?t=${now}`;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<div id="namninsamling-lista-wrapper">
|
||||
<iframe
|
||||
id="namninsamling-lista"
|
||||
src="/data/namnlista.html?t={{{ timestamp }}}"
|
||||
width="100%"
|
||||
height="300px"
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue