This commit is contained in:
Joseph Cheung 2023-03-01 13:43:30 +08:00
parent fd034829be
commit 3985565a79
2 changed files with 2 additions and 2 deletions

View file

@ -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())

View file

@ -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())