Update html/poketube.ejs

This commit is contained in:
Ashley 2023-12-08 18:21:37 +00:00
parent 02a13a9325
commit 4f181670bb

View file

@ -1776,6 +1776,7 @@ if (userID) {
<script> <script>
let requestId; let requestId;
let lastDraw;
const loopStart = () => { const loopStart = () => {
requestId = window.requestAnimationFrame(loopStart) requestId = window.requestAnimationFrame(loopStart)