This commit is contained in:
Aevann1 2021-12-04 03:59:13 +02:00
parent 4f93f334cb
commit 567b72634b
3 changed files with 20 additions and 11 deletions

View file

@ -15,12 +15,6 @@ function collapse_comment(comment_id) {
}
};
function poll_vote(cid, parentid) {
var myToast = new bootstrap.Toast(document.getElementById('toast-post-error'));
myToast.show();
document.getElementById('toast-post-error-text').innerText = "Only logged-in users can vote!";
}
window.addEventListener("load",function(event) {
var clipboard = new ClipboardJS('.copy-link');
clipboard.on('success', function(e) {