fluoride: Add image preview for profile image

This commit is contained in:
r 2023-10-22 11:12:27 +00:00
parent 9b053e32ec
commit 597cfc6b1e
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ document.addEventListener("DOMContentLoaded", function() {
links[j].target = "_blank";
}
var links = document.querySelectorAll(".status-media-container .img-link");
var links = document.querySelectorAll(".status-media-container .img-link, .user-profile-img-container .img-link");
for (var j = 0; j < links.length; j++) {
handleImgPreview(links[j]);
}