This commit is contained in:
Joseph Cheung 2023-03-01 19:55:23 +08:00
parent 73d4f4106b
commit a8d7f74f35
2 changed files with 2 additions and 2 deletions

View file

@ -1755,7 +1755,7 @@ function send_modalchat(elem)
}) })
for (st in fulltext) for (st in fulltext)
{ {
if(keytextres.(fulltext[st])==-1) if(keytextres.indexOf(fulltext[st])==-1)
keytextres.unshift(fulltext[st]) keytextres.unshift(fulltext[st])
} }
keySentencesCount = 0; keySentencesCount = 0;

View file

@ -1755,7 +1755,7 @@ function send_modalchat(elem)
}) })
for (st in fulltext) for (st in fulltext)
{ {
if(keytextres.(fulltext[st])==-1) if(keytextres.indexOf(fulltext[st])==-1)
keytextres.unshift(fulltext[st]) keytextres.unshift(fulltext[st])
} }
keySentencesCount = 0; keySentencesCount = 0;