Skip to content

Commit baaea69

Browse files
committed
Update change_family_lists.js
1 parent 39a149e commit baaea69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/change_family_lists/change_family_lists.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ function createPrivateAndDates(aNode, nextSib, ip) {
17341734
}
17351735

17361736
function fixPrivates(thing1, thing2) {
1737-
const ds = document.querySelectorAll(".VITALS span[title^='" + thing1 + "']");
1737+
const ds = document.querySelectorAll(`.VITALS span[title^='${thing1}\\b']`);
17381738
ds.forEach(function (aSpan) {
17391739
$(aSpan).attr("itemprop", thing2);
17401740
const oTextNodes = textNodesUnder(aSpan);

0 commit comments

Comments
 (0)