diff options
Diffstat (limited to 'send2cgeo/send2cgeo.user.js')
-rw-r--r-- | send2cgeo/send2cgeo.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/send2cgeo/send2cgeo.user.js b/send2cgeo/send2cgeo.user.js index cd7d22f..4aa2955 100644 --- a/send2cgeo/send2cgeo.user.js +++ b/send2cgeo/send2cgeo.user.js @@ -34,7 +34,7 @@ s.textContent = '(' + function() { // hide "please wait text" and show iframe $('#send2cgeo div').hide(); // hide box after 3 seconds - $(this).show().parent().delay(3000).fadeOut(); + $(this).css('display', 'block').parent().delay(3000).fadeOut(); }); }; |