Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -1303,7 +1303,7 @@
|
|
| 1303 |
return;
|
| 1304 |
}
|
| 1305 |
|
| 1306 |
-
setStatus('processing', 'Loading references...');
|
| 1307 |
const formData = new FormData();
|
| 1308 |
formData.append("index", paperIndex.toString());
|
| 1309 |
|
|
|
|
| 1303 |
return;
|
| 1304 |
}
|
| 1305 |
|
| 1306 |
+
setStatus('processing', 'Loading references... (might take longer)');
|
| 1307 |
const formData = new FormData();
|
| 1308 |
formData.append("index", paperIndex.toString());
|
| 1309 |
|