Add link to '/clear_watch_history' in '/feed/history'

This commit is contained in:
Omar Roth
2018-12-05 17:02:00 -06:00
parent 65cc51766f
commit 89439e1775
2 changed files with 15 additions and 0 deletions

View File

@@ -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 = "";
}
}