Fix setinterval

master
Kuba Orlik 9 months ago
parent b660bd9769
commit 82b9d48c69

@ -77,10 +77,9 @@ export default new (class DashboardPage extends StatefulPage<State, typeof actio
{ {
/* HTML */ `<script> /* HTML */ `<script>
(function () { setInterval(function () {
document.location = document.location; document.location = document.location;
}), }, 15 * 1000);
15 * 1000;
</script>` </script>`
} }
</div> </div>

Loading…
Cancel
Save