mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-13 06:28:45 +00:00
fluoride: Use target=_blank for user field links
This commit is contained in:
parent
153f4a492b
commit
c36314fe7f
2 changed files with 8 additions and 4 deletions
static
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue