fd
This commit is contained in:
parent
67c9ba9c98
commit
2e202b3c2f
1 changed files with 2 additions and 2 deletions
|
@ -668,8 +668,8 @@
|
|||
|
||||
var clipboard = new ClipboardJS('.copy-link');
|
||||
clipboard.on('success', function(e) {
|
||||
var myToast = new bootstrap.Toast(document.getElementById('toast-success'));
|
||||
myToast.show();
|
||||
var myToast = new bootstrap.Toast(document.getElementById('toast-success'));
|
||||
myToast.show();
|
||||
});
|
||||
|
||||
const popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue