Remove refresh trigger

This commit is contained in:
akp 2025-05-10 17:39:48 +01:00
parent 7124fca3fb
commit 478b1de9e8

View file

@ -20,8 +20,6 @@ hideAside: true
<center><div id="volumechart" style="width: 80%;height: 500px;"></div></center>
<script type="text/javascript">
setTimeout(window.location.reload, 1000 * 60)
window
.fetch(new Request("data.json"))
.then((response) => {