This commit is contained in:
CatAClock 2025-07-13 13:57:32 -07:00
parent 13f42d3746
commit f01f0ea80d

View file

@ -376,9 +376,6 @@ export function ApplyFacets(record, text) {
}
StringArray.push(TextThing);
}
// Last minute shit! Maybe!
TextThing = text.slice(SplitAreas[SplitAreas.length - 2] - SubtractNumber, SplitAreas[SplitAreas.length - 1]);
StringArray.push(TextThing);
// Finally, we append the string with <a>
for (let i = 0; i < StringArray.length; i += 2) {
if (Hrefs[(i / 2)] != undefined && Hrefs[(i / 2)].split("https://").length != 1) {