diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 2a79f8c80..c58163cd6 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -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"]'));