mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add missing semicolons
This commit is contained in:
parent
38063bbd23
commit
561ce9e949
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ function get_youtube_comments() {
|
|||
</p>
|
||||
</div>`;
|
||||
|
||||
document.getElementById("try-reddit-comments-link").onclick = swap_comments
|
||||
document.getElementById("try-reddit-comments-link").onclick = swap_comments;
|
||||
} else {
|
||||
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…
Reference in a new issue