forgot to remove that
This commit is contained in:
parent
495c1886f0
commit
36313db5d3
1 changed files with 0 additions and 3 deletions
|
@ -117,9 +117,6 @@ async function GetPost() {
|
||||||
}
|
}
|
||||||
// Text. This will be modified later.
|
// Text. This will be modified later.
|
||||||
var Text = post.post.record.text;
|
var Text = post.post.record.text;
|
||||||
console.log(Text);
|
|
||||||
var TestText = Text.replace(/\r?\n|\r/g, "");
|
|
||||||
console.log(TestText);
|
|
||||||
// Check for facets. Facets are things that change what the text does or looks like.
|
// Check for facets. Facets are things that change what the text does or looks like.
|
||||||
if (post.post.record.hasOwnProperty("facets")) {
|
if (post.post.record.hasOwnProperty("facets")) {
|
||||||
for (let i of post.post.record.facets) {
|
for (let i of post.post.record.facets) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue