Update index.html
This commit is contained in:
parent
668dcd9cf7
commit
88305581ca
@ -239,6 +239,10 @@
|
|||||||
console.log("Получено сообщение:", messages);
|
console.log("Получено сообщение:", messages);
|
||||||
location.reload();
|
location.reload();
|
||||||
});
|
});
|
||||||
|
// Обновляем страницу каждые 30 секунд
|
||||||
|
setInterval(() => {
|
||||||
|
location.reload();
|
||||||
|
}, 30000);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user