From aa6dc53595dce66ae83266014893bb5b535f2bb6 Mon Sep 17 00:00:00 2001 From: JavaJens Date: Thu, 8 Aug 2013 20:33:04 +0200 Subject: Change from show() to css('display', 'block') as on nearby page iframes have display:none --- send2cgeo/send2cgeo.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'send2cgeo') 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(); }); }; -- cgit v1.1