mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-24 14:30:37 -04:00
Add missing semicolons
This commit is contained in:
parent
48f3702255
commit
b66af7cf9a
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ function get_youtube_comments() {
|
||||||
</p>
|
</p>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|
||||||
document.getElementById("try-reddit-comments-link").onclick = swap_comments
|
document.getElementById("try-reddit-comments-link").onclick = swap_comments;
|
||||||
} else {
|
} else {
|
||||||
comments.innerHTML = fallback;
|
comments.innerHTML = fallback;
|
||||||
}
|
}
|
||||||
|
|
|
@ -193,4 +193,4 @@ addEventListener('load', function (e) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
document.getElementById("try-reddit-comments-link").onclick = swap_comments
|
document.getElementById("try-reddit-comments-link").onclick = swap_comments;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue