stop auto refresh
parent
a105e5aa93
commit
3579aa3f61
|
|
@ -130,14 +130,14 @@ ${docs.map(logItem => logItem.message).join('').replace(/\u001B\[.*?[A-Za-z]/g,
|
|||
</pre>
|
||||
<br><br><br><br><br><br>
|
||||
<script>
|
||||
requestAnimationFrame(_ => {
|
||||
requestAnimationFrame(_ => {
|
||||
window.scrollTo(0,document.body.scrollHeight);
|
||||
});
|
||||
});
|
||||
setTimeout(_ => {
|
||||
location.reload();
|
||||
}, 2000);
|
||||
// requestAnimationFrame(_ => {
|
||||
// requestAnimationFrame(_ => {
|
||||
// window.scrollTo(0,document.body.scrollHeight);
|
||||
// });
|
||||
// });
|
||||
// setTimeout(_ => {
|
||||
// location.reload();
|
||||
// }, 2000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Reference in New Issue