Spaces:
Sleeping
Sleeping
Commit
·
b0280c9
1
Parent(s):
f7268ac
Add system
Browse files
test.html
CHANGED
|
@@ -251,7 +251,8 @@
|
|
| 251 |
checkBtn.disabled = false;
|
| 252 |
checkBtn.classList.remove("opacity-50", "cursor-not-allowed");
|
| 253 |
|
| 254 |
-
|
|
|
|
| 255 |
const waitForFile = setInterval(() => {
|
| 256 |
if (lastUsedFile) {
|
| 257 |
clearInterval(waitForFile);
|
|
|
|
| 251 |
checkBtn.disabled = false;
|
| 252 |
checkBtn.classList.remove("opacity-50", "cursor-not-allowed");
|
| 253 |
|
| 254 |
+
suggestedPledge = null;
|
| 255 |
+
|
| 256 |
const waitForFile = setInterval(() => {
|
| 257 |
if (lastUsedFile) {
|
| 258 |
clearInterval(waitForFile);
|