Fix setinterval

master
Kuba Orlik 3 months ago
parent b660bd9769
commit 82b9d48c69

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

Loading…
Cancel
Save