aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2023-10-22 11:12:27 +0000
committerr <r@freesoftwareextremist.com>2023-10-22 11:12:27 +0000
commit597cfc6b1ed23dc85774a43055416c98b77cae67 (patch)
treeceeaa47d4a661f7d6d1c21de09214682287f8990
parent9b053e32ec8a42c74f3c09d28a8df4086b5b2945 (diff)
downloadbloat-597cfc6b1ed23dc85774a43055416c98b77cae67.tar.gz
bloat-597cfc6b1ed23dc85774a43055416c98b77cae67.zip
fluoride: Add image preview for profile image
-rw-r--r--static/fluoride.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/fluoride.js b/static/fluoride.js
index abeed21..d5c5b5d 100644
--- a/static/fluoride.js
+++ b/static/fluoride.js
@@ -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]);
}