handle button error

pull/23/head
Simon 8 months ago
parent 87ef597116
commit 1306dbd6fa
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -250,6 +250,8 @@ function checkChannelSubscribed(channelSubButton) {
}
}
function handleError() {
buttonError(channelSubButton);
channelSubButton.innerText = 'Error';
console.log('error');
}
@ -393,6 +395,7 @@ function checkVideoExists(taButton) {
taButton.isChecked = true;
}
function handleError() {
buttonError(taButton);
console.log('error');
}

Loading…
Cancel
Save