website: snap

This commit is contained in:
nym21
2026-05-16 22:12:44 +02:00
parent 421e5286ce
commit e5819769e8
11 changed files with 339 additions and 267 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export function initPrice(brk) {
}
poll();
setInterval(poll, 5_000);
setInterval(poll, 1_000);
document.addEventListener("visibilitychange", () => {
!document.hidden && poll();
});