File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ $(document).ready(function()
8080 + '<div class="d_example_buttons">'
8181 + '<div class="editButton"><i class="fa fa-edit" aria-hidden="true"></i> Edit</div>'
8282 + '<div class="runButton"><i class="fa fa-play" aria-hidden="true"></i> Run</div>'
83- + '<div class="resetButton"><i class="fa fa-undo " aria-hidden="true"></i> Reset</div>'
83+ + '<div class="resetButton" style="display:none" ><i class="fa fa-undo " aria-hidden="true"></i> Reset</div>'
8484 + '<div class="openInEditorButton" title="Open in an external editor"><i class="fa fa-external-link" aria-hidden="true"></i></div>'
8585 + '</div>'
8686 + '<div class="d_code_output"><span class="d_code_title">Application output</span><br><pre class="d_code_output" readonly>Running...</pre>'
You can’t perform that action at this time.
0 commit comments