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