sfdsdf
This commit is contained in:
parent
4f93f334cb
commit
567b72634b
3 changed files with 20 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue