diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index c90f670..d1ee01b 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -611,6 +611,10 @@ function refresh_channel_callback(response) else { alert(JSON.stringify(response)); + for (let button of document.getElementsByClassName("refresh_button")) + { + window[button.dataset.spinnerCloser](); + } } }