mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
fd034829be
commit
3985565a79
2 changed files with 2 additions and 2 deletions
|
@ -1219,7 +1219,7 @@ function modal_open(url)
|
||||||
optkeytext = {
|
optkeytext = {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: headers,
|
headers: headers,
|
||||||
body: JSON.stringify({'text':article.content})
|
body: JSON.stringify({'text':article.textContent})
|
||||||
};
|
};
|
||||||
fetchRetry('https://search.kg/keytext',3,optkeytext)
|
fetchRetry('https://search.kg/keytext',3,optkeytext)
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
|
|
|
@ -1219,7 +1219,7 @@ function modal_open(url)
|
||||||
optkeytext = {
|
optkeytext = {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: headers,
|
headers: headers,
|
||||||
body: JSON.stringify({'text':article.content})
|
body: JSON.stringify({'text':article.textContent})
|
||||||
};
|
};
|
||||||
fetchRetry('https://search.kg/keytext',3,optkeytext)
|
fetchRetry('https://search.kg/keytext',3,optkeytext)
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
|
|
Loading…
Add table
Reference in a new issue