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