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>
|
</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">
|
<div id="namninsamling-lista-wrapper">
|
||||||
<iframe
|
<iframe
|
||||||
id="namninsamling-lista"
|
id="namninsamling-lista"
|
||||||
src="/data/namnlista.html?t={{{ timestamp }}}"
|
|
||||||
width="100%"
|
width="100%"
|
||||||
height="300px"
|
height="300px"
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user