ya_sir
commited on
Update script.js
Browse files
script.js
CHANGED
|
@@ -346,7 +346,7 @@ console.log(progress.value)
|
|
| 346 |
|
| 347 |
function checkProcessStatus(n) {
|
| 348 |
console.log(idlist)
|
| 349 |
-
const id = idlist[
|
| 350 |
|
| 351 |
fetch(url2, {
|
| 352 |
method: 'POST',
|
|
|
|
| 346 |
|
| 347 |
function checkProcessStatus(n) {
|
| 348 |
console.log(idlist)
|
| 349 |
+
const id = idlist[0].trim().replace(/^"|"$/g, '');
|
| 350 |
|
| 351 |
fetch(url2, {
|
| 352 |
method: 'POST',
|