diff options
author | Eloy <mail@eloydegen.nl> | 2013-12-02 16:43:52 +0100 |
---|---|---|
committer | Eloy <mail@eloydegen.nl> | 2013-12-02 16:43:52 +0100 |
commit | de3a657c6b89cc799ad4581ed77dc03e310b3aeb (patch) | |
tree | 153ecc5cc2f49c0f60265df9c19a46ddfe22e668 /src/templates | |
parent | 8fffe4777e366923ee89d380b12eb413c950b721 (diff) | |
download | etherpad-lite-de3a657c6b89cc799ad4581ed77dc03e310b3aeb.zip |
Update pad.html
Select the URL when click at the text.
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/pad.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html index f6adfe9c..bea0f03c 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -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> |