Add missing semicolons

This commit is contained in:
syeopite 2023-08-10 11:59:43 -07:00 committed by Fijxu
parent facda9a51e
commit 23bc32e29a
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
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

@ -197,4 +197,4 @@ addEventListener('load', function (e) {
}
});
document.getElementById("try-reddit-comments-link").onclick = swap_comments
document.getElementById("try-reddit-comments-link").onclick = swap_comments;