diff --git a/files/assets/images/hats/Glowing.webp b/files/assets/images/hats/Glowing.webp index 2f1670855..e6662aaa4 100644 Binary files a/files/assets/images/hats/Glowing.webp and b/files/assets/images/hats/Glowing.webp differ diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 8c80c4eb3..4e636d176 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -81,7 +81,7 @@ socket.on('speak', function(json) { document.getElementsByClassName('avatar')[0].classList.remove('d-none') document.getElementsByClassName('avatar-pic')[0].src = json['avatar'] if (json['hat']) - document.getElementsByClassName('avatar-hat')[0].src = json['hat'] + "?v=3" + document.getElementsByClassName('avatar-hat')[0].src = json['hat'] + "?h=4" else document.getElementsByClassName('avatar-hat')[0].removeAttribute("src") diff --git a/files/assets/js/comments+submission_listing.js b/files/assets/js/comments+submission_listing.js index 2b8e0ab68..a6d3d663d 100644 --- a/files/assets/js/comments+submission_listing.js +++ b/files/assets/js/comments+submission_listing.js @@ -49,7 +49,7 @@ function popclick(e) { popover.getElementsByClassName('pop-banner')[0].src = author["bannerurl"] popover.getElementsByClassName('pop-picture')[0].src = author["profile_url"] - if (author["hat"]) popover.getElementsByClassName('pop-hat')[0].src = author['hat'] + "?v=3" + if (author["hat"]) popover.getElementsByClassName('pop-hat')[0].src = author['hat'] + "?h=4" popover.getElementsByClassName('pop-username')[0].innerHTML = author["username"] if (popover.getElementsByClassName('pop-bio').length > 0) { popover.getElementsByClassName('pop-bio')[0].innerHTML = author["bio_html"] diff --git a/files/templates/chat.html b/files/templates/chat.html index 9ab09ad41..189742f81 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -169,7 +169,7 @@
{% if m.get('hat') -%} - + {%- endif %}
{% endif %} @@ -222,6 +222,6 @@ - + \ No newline at end of file diff --git a/files/templates/comments.html b/files/templates/comments.html index 28dac027e..6555ab06c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -171,7 +171,7 @@
{% if c.author.hat_active -%} - + {%- endif %}
{{c.author_name}} @@ -839,7 +839,7 @@ {% include "expanded_image_modal.html" %} - + - + diff --git a/files/templates/user_in_table.html b/files/templates/user_in_table.html index 3d9029b10..ca70a489a 100644 --- a/files/templates/user_in_table.html +++ b/files/templates/user_in_table.html @@ -2,7 +2,7 @@
{% if user.hat_active -%} - + {%- endif %}
{{user.username}} diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index b7736259e..04321a755 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -7,7 +7,7 @@
{% if u.hat_active -%} - + {%- endif %}
diff --git a/files/templates/userpage.html b/files/templates/userpage.html index ec07973f3..e7868cc84 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -42,7 +42,7 @@ {% if u.hat_active -%} - + {%- endif %} @@ -407,7 +407,7 @@ {% if u.hat_active -%} - + {%- endif %} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 6eda58601..67b920b20 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -18,7 +18,6 @@ set CACHE_VER = { 'js/award_modal.js': 4000, 'js/bootstrap.js': 4000, 'js/category_modal.js': 4000, - 'js/comments+submission_listing.js': 4007, 'js/comments_admin.js': 4000, 'js/comments_v.js': 4000, 'js/submission_listing.js': 4000,