x
This commit is contained in:
parent
73d4f4106b
commit
a8d7f74f35
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user