mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
x
This commit is contained in:
parent
73d4f4106b
commit
a8d7f74f35
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue