c
This commit is contained in:
parent
fd034829be
commit
3985565a79
@ -1219,7 +1219,7 @@ function modal_open(url)
|
||||
optkeytext = {
|
||||
method: "POST",
|
||||
headers: headers,
|
||||
body: JSON.stringify({'text':article.content})
|
||||
body: JSON.stringify({'text':article.textContent})
|
||||
};
|
||||
fetchRetry('https://search.kg/keytext',3,optkeytext)
|
||||
.then(response => response.json())
|
||||
|
@ -1219,7 +1219,7 @@ function modal_open(url)
|
||||
optkeytext = {
|
||||
method: "POST",
|
||||
headers: headers,
|
||||
body: JSON.stringify({'text':article.content})
|
||||
body: JSON.stringify({'text':article.textContent})
|
||||
};
|
||||
fetchRetry('https://search.kg/keytext',3,optkeytext)
|
||||
.then(response => response.json())
|
||||
|
Loading…
x
Reference in New Issue
Block a user