stop auto refresh
parent
a105e5aa93
commit
3579aa3f61
|
|
@ -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>
|
||||||
|
|
|
||||||
Reference in New Issue