mhm
This commit is contained in:
parent
13f42d3746
commit
f01f0ea80d
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue