X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=index.html;h=a3aeb04d85b1531ee098caa35410b0cab6a159b3;hb=1d07a12f7191d2e0951262dce1f61c22de24dfa5;hp=d055878d9cf0339d9bcf62bf55489a59314e4e9a;hpb=154c44e9c5d3edd5d7495ef17d8357f334cb900c;p=zombocom-ai diff --git a/index.html b/index.html index d055878..a3aeb04 100644 --- a/index.html +++ b/index.html @@ -160,7 +160,7 @@ mute.addEventListener("click", () => { socket.on('generation-done', () => { /* Re-display the form and hide spinner now that generation is over. */ - cancelTimeout(spinner_timeout); + clearTimeout(spinner_timeout); hide_spinner(); });