Skip to content

Commit

Permalink
Add button title
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 12, 2018
1 parent 51d3b2e commit 1d03457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/xp/web/dev/console.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>
<span id="code">DEBUG</span>
</h1>
<div id="debug">
<button class="clip" onclick="clip(document.getElementById('output').innerText); flash(document.getElementById('debug'))">📋</button>
<button class="clip" title="Copy to clipboard" onclick="clip(document.getElementById('output').innerText); flash(document.getElementById('debug'))">📋</button>
<pre id="output">%1$s</pre>
</div>

Expand Down

0 comments on commit 1d03457

Please sign in to comment.