mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-07 09:33:04 -05:00
Add missing semicolons
This commit is contained in:
parent
facda9a51e
commit
23bc32e29a
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user