ya_sir
commited on
Update script.js
Browse files
script.js
CHANGED
@@ -364,7 +364,7 @@ console.log(progress.value)
|
|
364 |
// Call the function again after a delay if the status is 'generating'
|
365 |
setTimeout(() => checkProcessStatus(n), 2000);
|
366 |
} else {
|
367 |
-
if(data.nsfw == "
|
368 |
|
369 |
|
370 |
cn = false
|
|
|
364 |
// Call the function again after a delay if the status is 'generating'
|
365 |
setTimeout(() => checkProcessStatus(n), 2000);
|
366 |
} else {
|
367 |
+
if(data.nsfw == "nsfw"){
|
368 |
|
369 |
|
370 |
cn = false
|