Spaces:
Running
Running
update ui
Browse files- feedback.js +0 -2
- index.html +16 -16
feedback.js
CHANGED
|
@@ -206,8 +206,6 @@ async function handleFeedbackSubmit(event) {
|
|
| 206 |
|
| 207 |
if (!areRequiredQuestionsAnswered()) {
|
| 208 |
syncFeedbackButtonState();
|
| 209 |
-
console.log('t');
|
| 210 |
-
|
| 211 |
return;
|
| 212 |
}
|
| 213 |
isLoading.value = true;
|
|
|
|
| 206 |
|
| 207 |
if (!areRequiredQuestionsAnswered()) {
|
| 208 |
syncFeedbackButtonState();
|
|
|
|
|
|
|
| 209 |
return;
|
| 210 |
}
|
| 211 |
isLoading.value = true;
|
index.html
CHANGED
|
@@ -62,6 +62,21 @@
|
|
| 62 |
class="display-none list-file"
|
| 63 |
></div>
|
| 64 |
<div class="line"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
<div class="upload-box">
|
| 66 |
<p>Upload a json file</p>
|
| 67 |
<label for="metadata-input" class="drop-zone">
|
|
@@ -98,21 +113,6 @@
|
|
| 98 |
id="wrapper-metadata-face-check"
|
| 99 |
class="display-none list-file"
|
| 100 |
></div>
|
| 101 |
-
<div class="line"></div>
|
| 102 |
-
<div class="upload-box">
|
| 103 |
-
<label for="text-input">
|
| 104 |
-
<div id="wrapper-upload-face-check-text" class="label">
|
| 105 |
-
Additional Information
|
| 106 |
-
</div>
|
| 107 |
-
</label>
|
| 108 |
-
<textarea
|
| 109 |
-
id="text-input"
|
| 110 |
-
class="feedback-textarea"
|
| 111 |
-
name="text-input"
|
| 112 |
-
rows="4"
|
| 113 |
-
placeholder="Enter text here..."
|
| 114 |
-
></textarea>
|
| 115 |
-
</div>
|
| 116 |
</div>
|
| 117 |
<div class="button-group">
|
| 118 |
<button id="btn-clear-face-check" class="btn btn-clear">
|
|
@@ -605,7 +605,7 @@
|
|
| 605 |
</div>
|
| 606 |
</div>
|
| 607 |
<div class="question" id="q10">
|
| 608 |
-
<label class="textarea"
|
| 609 |
<span class="textarea-label">
|
| 610 |
2.6 Help us improve. If the verification failed, what
|
| 611 |
did we miss?
|
|
|
|
| 62 |
class="display-none list-file"
|
| 63 |
></div>
|
| 64 |
<div class="line"></div>
|
| 65 |
+
<div class="upload-box">
|
| 66 |
+
<label>
|
| 67 |
+
<div id="wrapper-upload-face-check-text" class="label">
|
| 68 |
+
Additional Information
|
| 69 |
+
</div>
|
| 70 |
+
</label>
|
| 71 |
+
<textarea
|
| 72 |
+
id="text-input"
|
| 73 |
+
class="feedback-textarea"
|
| 74 |
+
name="text-input"
|
| 75 |
+
rows="4"
|
| 76 |
+
placeholder="Enter text here..."
|
| 77 |
+
></textarea>
|
| 78 |
+
</div>
|
| 79 |
+
<div class="line"></div>
|
| 80 |
<div class="upload-box">
|
| 81 |
<p>Upload a json file</p>
|
| 82 |
<label for="metadata-input" class="drop-zone">
|
|
|
|
| 113 |
id="wrapper-metadata-face-check"
|
| 114 |
class="display-none list-file"
|
| 115 |
></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
</div>
|
| 117 |
<div class="button-group">
|
| 118 |
<button id="btn-clear-face-check" class="btn btn-clear">
|
|
|
|
| 605 |
</div>
|
| 606 |
</div>
|
| 607 |
<div class="question" id="q10">
|
| 608 |
+
<label class="textarea">
|
| 609 |
<span class="textarea-label">
|
| 610 |
2.6 Help us improve. If the verification failed, what
|
| 611 |
did we miss?
|