diff options
author | r <r@freesoftwareextremist.com> | 2022-03-30 17:12:53 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2022-03-30 17:12:53 +0000 |
commit | c36314fe7fe6ee5fa75b29930214b56c40e8e46d (patch) | |
tree | d472bf69dd29c6388a46dae7ffb46be878e46e77 /static | |
parent | 153f4a492b92c9c25aa3bcb3d8ee1b8a72de6d69 (diff) | |
download | bloat-c36314fe7fe6ee5fa75b29930214b56c40e8e46d.tar.gz bloat-c36314fe7fe6ee5fa75b29930214b56c40e8e46d.zip |
fluoride: Use target=_blank for user field links
Diffstat (limited to 'static')
-rw-r--r-- | static/fluoride.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/fluoride.js b/static/fluoride.js index 6f14f86..ddf74c6 100644 --- a/static/fluoride.js +++ b/static/fluoride.js @@ -298,7 +298,7 @@ document.addEventListener("DOMContentLoaded", function() { } } - var links = document.querySelectorAll(".user-profile-decription a"); + var links = document.querySelectorAll(".user-profile-decription a, .user-fields a"); for (var j = 0; j < links.length; j++) { links[j].target = "_blank"; } |