From c36314fe7fe6ee5fa75b29930214b56c40e8e46d Mon Sep 17 00:00:00 2001 From: r Date: Wed, 30 Mar 2022 17:12:53 +0000 Subject: fluoride: Use target=_blank for user field links --- static/fluoride.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') 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"; } -- cgit v1.2.3