Skip to content

Commit

Permalink
textarea to placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhall committed Apr 28, 2015
1 parent 7c1d1bc commit b1016d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @include https://soitgo.es/
// @include https://soitgo.es/?*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// @version 1.2.3
// @version 1.2.4
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_listValues
Expand All @@ -30,7 +30,7 @@ var easycopy = {
$('.easycopy a.ezc-thumbs').click(easycopy.thumbsClick);

// Link box, loading box
$('#links').before('<div id="ezc-textcontainer" style="height: 100px; clear: both; margin: 0 20px 20px 20px; padding: 0 !important;"><textarea id="easycopytext" style="width: 922px; height: 98px; padding: 0 !important; margin: 0 !important;">Click the x to the right of each link to get started.\n</textarea></div><div id="ezc-loading" style="position: fixed; bottom: 0; right: 0;">Loading...</div>');
$('#links').before('<div id="ezc-textcontainer" style="height: 100px; clear: both; margin: 0 20px 20px 20px; padding: 0 !important;"><textarea id="easycopytext" style="width: 922px; height: 98px; padding: 0 !important; margin: 0 !important;" placeholder="Click the x to the right of each link to get started."></textarea></div><div id="ezc-loading" style="position: fixed; bottom: 0; right: 0;">Loading...</div>');
$('#ezc-loading').hide();
$('#easycopytext').focus(function() {$(this).select();});

Expand Down

0 comments on commit b1016d6

Please sign in to comment.