We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5db6a commit 633ef9eCopy full SHA for 633ef9e
2 files changed
v3/js/opt-frontend.js
@@ -207,12 +207,6 @@ $(document).ready(function() {
207
$("#getTutorBtn").click(requestTutor);
208
209
210
- $("#clearBtn").click(function() {
211
- pyInputCodeMirror.setValue('');
212
- $(".surveyQ").val('');
213
- });
214
-
215
216
// canned examples
217
218
$("#tutorialExampleLink").click(function() {
v3/visualize.html
@@ -178,7 +178,6 @@
178
179
<p>
180
<button id="executeBtn" class="bigBtn" type="button">Visualize Execution</button>
181
-<button style="margin-left: 10px;" id="clearBtn" class="bigBtn" type="button">Clear All</button>
182
</p>
183
184
<p style="margin-top: 20px; line-height: 200%;">
0 commit comments