aboutsummaryrefslogtreecommitdiff
path: root/static/fluoride.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/fluoride.js')
-rw-r--r--static/fluoride.js2
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";
}