mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-22 06:19:00 -04:00
Minor refactor
This commit is contained in:
parent
f065a21542
commit
8c944815bc
18 changed files with 154 additions and 138 deletions
|
@ -22,7 +22,7 @@ function mark_watched(target) {
|
|||
|
||||
function mark_unwatched(target) {
|
||||
var tile = target.parentNode.parentNode.parentNode.parentNode.parentNode;
|
||||
tile.style.display = "none";
|
||||
tile.style.display = 'none';
|
||||
var count = document.getElementById('count')
|
||||
count.innerText = count.innerText - 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue