stop auto refresh

canary
Marcus 2021-04-01 15:10:22 -04:00
parent a105e5aa93
commit 3579aa3f61
1 changed files with 8 additions and 8 deletions

View File

@ -130,14 +130,14 @@ ${docs.map(logItem => logItem.message).join('').replace(/\u001B\[.*?[A-Za-z]/g,
</pre> </pre>
<br><br><br><br><br><br> <br><br><br><br><br><br>
<script> <script>
requestAnimationFrame(_ => { // requestAnimationFrame(_ => {
requestAnimationFrame(_ => { // requestAnimationFrame(_ => {
window.scrollTo(0,document.body.scrollHeight); // window.scrollTo(0,document.body.scrollHeight);
}); // });
}); // });
setTimeout(_ => { // setTimeout(_ => {
location.reload(); // location.reload();
}, 2000); // }, 2000);
</script> </script>
</body> </body>
</html> </html>