Spaces:
Running
Running
Update static/appS.js
Browse files- static/appS.js +1 -1
static/appS.js
CHANGED
@@ -65,7 +65,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
65 |
button.addEventListener('click', handleSubmit);
|
66 |
});
|
67 |
|
68 |
-
|
69 |
if (filePreviewBubble) filePreviewBubble.remove();
|
70 |
|
71 |
// If it's an image
|
|
|
65 |
button.addEventListener('click', handleSubmit);
|
66 |
});
|
67 |
|
68 |
+
function displayFilePreview(file) {
|
69 |
if (filePreviewBubble) filePreviewBubble.remove();
|
70 |
|
71 |
// If it's an image
|