diff --git a/files/assets/images/badges/149.webp b/files/assets/images/badges/149.webp index cb2d2ad709..0ed3e05e57 100644 Binary files a/files/assets/images/badges/149.webp and b/files/assets/images/badges/149.webp differ diff --git a/files/assets/js/comments+submission_listing.js b/files/assets/js/comments+submission_listing.js index 8076df7533..56ee65f5fa 100644 --- a/files/assets/js/comments+submission_listing.js +++ b/files/assets/js/comments+submission_listing.js @@ -41,7 +41,7 @@ function popclick(e) { badgesDOM.innerHTML = ""; for (const badge of author["badges"]) { const badgeDOM = popClickBadgeTemplateDOM.cloneNode(); - badgeDOM.src = badge + "?v=1021"; + badgeDOM.src = badge + "?v=1025"; badgesDOM.append(badgeDOM); } diff --git a/files/templates/comments.html b/files/templates/comments.html index 34cba21668..6ff4b7fcb8 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -816,7 +816,7 @@ {% endif %} - + {% if v and v.admin_level >= 2 %} @@ -824,8 +824,8 @@ {% include "expanded_image_modal.html" %} - - + + + {% endblock %} \ No newline at end of file diff --git a/files/templates/notifications.html b/files/templates/notifications.html index cc751e0337..487376bb8f 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -111,7 +111,7 @@ - + {% else %} {% with comments=notifications %} {% include "comments.html" %} diff --git a/files/templates/settings.html b/files/templates/settings.html index 6a39db51c1..162856a9ae 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -260,7 +260,7 @@ {% block onload %}{% endblock %} - + diff --git a/files/templates/submission.html b/files/templates/submission.html index 8ea2db6fa5..ad757ddb0a 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -1100,7 +1100,7 @@ {% endif %} - + {% if not p.replies %} {% include "comments.html" %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index a1cc4497a5..6e3da8837d 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -425,6 +425,6 @@ {% endif %} {% include "expanded_image_modal.html" %} - - + + diff --git a/files/templates/transfers.html b/files/templates/transfers.html index e7b4d5932b..c5ba9ec9b3 100644 --- a/files/templates/transfers.html +++ b/files/templates/transfers.html @@ -44,5 +44,5 @@ - + {% endblock %} \ No newline at end of file diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index bec991ee68..8d53f23928 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -17,8 +17,11 @@ set CACHE_VER = { 'js/award_modal.js': 4001, 'js/bootstrap.js': 4006, + 'js/clipboard.js': 4000, + 'js/comments.js': 4000, 'js/comments_admin.js': 4000, 'js/comments_v.js': 4003, + 'js/comments+submission_listing.js': 4010, 'js/submission_listing.js': 4000, 'js/emoji_modal.js': 4004, 'js/formatting.js': 4000,