Skip to content

Commit 9cf2876

Browse files
committed
Hide the resetButton by default for Phobos examples
1 parent 0c1af99 commit 9cf2876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/run_examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>'

0 commit comments

Comments
 (0)