mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
lol
This commit is contained in:
parent
2ad1df61a8
commit
3dad202d86
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ const searchStrings = [
|
|||
"hurt myself", "selfharm", "selfharm", "dying", "want to die",
|
||||
"kill", "die", "family problems", "family issues", "abuse",
|
||||
"domestic violence", "abusive parents", "family conflict",
|
||||
"estranged", "disowned", "run away", "runaway"
|
||||
"estranged", "disowned", "run away", "runaway", ".full stop punctuation."
|
||||
];
|
||||
if (searchStrings.some(str => q.toLowerCase().includes(str))) {
|
||||
%>
|
||||
|
|
Loading…
Reference in a new issue