From b1016d6408d8360eb954bcf1ad7cfbc1667cca2e Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Tue, 28 Apr 2015 15:54:45 +0900 Subject: [PATCH] textarea to placeholder --- user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index 6e5547e..c51b7d7 100644 --- a/user.js +++ b/user.js @@ -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 @@ -30,7 +30,7 @@ var easycopy = { $('.easycopy a.ezc-thumbs').click(easycopy.thumbsClick); // Link box, loading box - $('#links').before('
Loading...
'); + $('#links').before('
Loading...
'); $('#ezc-loading').hide(); $('#easycopytext').focus(function() {$(this).select();});