Skip to content

Commit 633ef9e

Browse files
committed
get rid of clear btn
1 parent 5d5db6a commit 633ef9e

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

v3/js/opt-frontend.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,6 @@ $(document).ready(function() {
207207
$("#getTutorBtn").click(requestTutor);
208208

209209

210-
$("#clearBtn").click(function() {
211-
pyInputCodeMirror.setValue('');
212-
$(".surveyQ").val('');
213-
});
214-
215-
216210
// canned examples
217211

218212
$("#tutorialExampleLink").click(function() {

v3/visualize.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178

179179
<p>
180180
<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>
182181
</p>
183182

184183
<p style="margin-top: 20px; line-height: 200%;">

0 commit comments

Comments
 (0)