o
This commit is contained in:
parent
055ca72027
commit
f951b48e41
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
|
||||
}
|
||||
})
|
||||
for (st in fulltext)
|
||||
for (let st=0;st< Math.min(3,fulltext.length);++st)
|
||||
{
|
||||
if(keytextres.indexOf(fulltext[st])==-1)
|
||||
keytextres.unshift(fulltext[st])
|
||||
|
Loading…
x
Reference in New Issue
Block a user