mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-07 14:37:09 +00:00
Add link to '/clear_watch_history' in '/feed/history'
This commit is contained in:
@@ -57,6 +57,7 @@ function remove_subscription(target) {
|
||||
xhr.onreadystatechange = function() {
|
||||
if (xhr.readyState == 4) {
|
||||
if (xhr.status != 200) {
|
||||
count.innerText = count.innerText - 1 + 2;
|
||||
row.style.display = "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user