From 84f2ffde6e8dabb53707c77a96285f9c54fa5120 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 28 Sep 2021 22:47:59 +0200 Subject: [PATCH] dg --- files/templates/comments.html | 5 ----- files/templates/default.html | 6 ------ files/templates/log.html | 5 ----- files/templates/settings.html | 11 ----------- files/templates/settings_apps.html | 6 ------ files/templates/sign_up_failed_ref.html | 6 ------ files/templates/submission_listing.html | 5 ----- 7 files changed, 44 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index d1d583fe3..25915c286 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -56,11 +56,6 @@ myToast.show(); console.log(e); }); - clipboard.on('error', function(e) { - var myToast = new bootstrap.Toast(document.getElementById('toast-error')); - myToast.show(); - console.log(e); - }); {% macro single_comment(c, level=1) %} diff --git a/files/templates/default.html b/files/templates/default.html index 7a6d17e8d..26e1cc023 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -331,12 +331,6 @@ - - - - {% endblock %} diff --git a/files/templates/settings_apps.html b/files/templates/settings_apps.html index 42b4eb173..a14fbdccd 100644 --- a/files/templates/settings_apps.html +++ b/files/templates/settings_apps.html @@ -153,10 +153,4 @@ Token copied to clipboard - - {% endblock %} diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 0db9b50c1..74c3a3151 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -97,12 +97,6 @@ - - diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 1c7c32976..01bbeeb07 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -19,11 +19,6 @@ myToast.show(); console.log(e); }); - clipboard.on('error', function(e) { - var myToast = new bootstrap.Toast(document.getElementById('toast-error')); - myToast.show(); - console.log(e); - });