From 2e202b3c2f40e6ce60ecc2882ea71da6bca546ff Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 1 Dec 2021 14:52:12 +0200 Subject: [PATCH] fd --- files/templates/submission_listing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]'));