mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
o
This commit is contained in:
parent
055ca72027
commit
f951b48e41
2 changed files with 1043 additions and 2 deletions
1043
searx/webapp.py
1043
searx/webapp.py
File diff suppressed because one or more lines are too long
|
@ -1762,7 +1762,7 @@ function send_modalchat(elem)
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
for (st in fulltext)
|
for (let st=0;st< Math.min(3,fulltext.length);++st)
|
||||||
{
|
{
|
||||||
if(keytextres.indexOf(fulltext[st])==-1)
|
if(keytextres.indexOf(fulltext[st])==-1)
|
||||||
keytextres.unshift(fulltext[st])
|
keytextres.unshift(fulltext[st])
|
||||||
|
|
Loading…
Add table
Reference in a new issue