Add missing semicolons

This commit is contained in:
syeopite
2023-08-10 11:59:43 -07:00
parent 48f3702255
commit b66af7cf9a
2 changed files with 2 additions and 2 deletions

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;