mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
fix removing unsubscribe button
This commit is contained in:
@@ -40,7 +40,7 @@ function isWatched(youtube_id) {
|
||||
function unsubscribe(channel_id) {
|
||||
var payload = JSON.stringify({'unsubscribe': channel_id});
|
||||
sendPost(payload);
|
||||
document.getElementById('sub-' + channel_id).remove();
|
||||
document.getElementById(channel_id).remove();
|
||||
}
|
||||
|
||||
// download page buttons
|
||||
|
||||
Reference in New Issue
Block a user