Update pad.html

Select the URL when click at the text.
This commit is contained in:
Eloy 2013-12-02 16:43:52 +01:00
parent 8fffe4777e
commit de3a657c6b
1 changed files with 2 additions and 2 deletions

View File

@ -372,12 +372,12 @@
<h1 data-l10n-id="pad.share"></h1>
<div id="linkcode">
<h2 data-l10n-id="pad.share.link"></h2>
<input id="linkinput" type="text" value="">
<input id="linkinput" type="text" value="" onclick="this.select()">
</div>
<br>
<div id="embedcode">
<h2 data-l10n-id="pad.share.emebdcode"></h2>
<input id="embedinput" type="text" value="">
<input id="embedinput" type="text" value="" onclick="this.select()">
</div>
<% e.end_block(); %>
</div>