Add missing semicolons

This commit is contained in:
syeopite 2023-08-10 11:59:43 -07:00
parent 38063bbd23
commit 561ce9e949
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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;