Skip to content

Commit e3108f7

Browse files
committed
Add hover tooltip for openinEditor button
1 parent e997123 commit e3108f7

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
@@ -75,7 +75,7 @@ $(document).ready(function()
7575
+ '<div class="editButton"><i class="fa fa-edit" aria-hidden="true"></i> Edit</div>'
7676
+ '<div class="runButton"><i class="fa fa-play" aria-hidden="true"></i> Run</div>'
7777
+ '<div class="resetButton"><i class="fa fa-undo " aria-hidden="true"></i> Reset</div>'
78-
+ '<div class="openInEditorButton"><i class="fa fa-external-link" aria-hidden="true"></i></div>'
78+
+ '<div class="openInEditorButton" title="Open in an external editor"><i class="fa fa-external-link" aria-hidden="true"></i></div>'
7979
+ '</div>'
8080
+ '<div class="d_code">'
8181
+ '<pre class="d_code">'+orig+'</pre>'

0 commit comments

Comments
 (0)