public inbox for [email protected]
help / color / mirror / Atom feedfix for issue rm1425 [pgAdmin4]
2+ messages / 2 participants
[nested] [flat]
* fix for issue rm1425 [pgAdmin4]
@ 2016-07-01 07:19 Harshal Dhumal <[email protected]>
2016-07-01 09:20 ` Re: fix for issue rm1425 [pgAdmin4] Dave Page <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Harshal Dhumal @ 2016-07-01 07:19 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
PFA patch for issue RM1425.
Issue fixed: Loading panel does not hide in Mac runtime due error in js.
--
*Harshal Dhumal*
*Software Engineer*
EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Attachments:
[text/x-patch] RM1425.patch (557B, 3-RM1425.patch)
download | inline diff:
diff --git a/web/pgadmin/browser/templates/browser/index.html b/web/pgadmin/browser/templates/browser/index.html
index 7ceda69..12f01a3 100644
--- a/web/pgadmin/browser/templates/browser/index.html
+++ b/web/pgadmin/browser/templates/browser/index.html
@@ -30,7 +30,7 @@ require.onResourceLoad = function (context, map, depMaps) {
// is not loading anything hide the indicator and exit
setTimeout(function() {
if (panel != null) {
- panel.remove();
+ $(panel).remove();
return;
}
}, 500);
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: fix for issue rm1425 [pgAdmin4]
2016-07-01 07:19 fix for issue rm1425 [pgAdmin4] Harshal Dhumal <[email protected]>
@ 2016-07-01 09:20 ` Dave Page <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Dave Page @ 2016-07-01 09:20 UTC (permalink / raw)
To: Harshal Dhumal <[email protected]>; +Cc: pgadmin-hackers
Thanks, applied.
On Fri, Jul 1, 2016 at 8:19 AM, Harshal Dhumal
<[email protected]> wrote:
> Hi,
>
> PFA patch for issue RM1425.
>
> Issue fixed: Loading panel does not hide in Mac runtime due error in js.
>
> --
> Harshal Dhumal
> Software Engineer
>
> EnterpriseDB India: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-07-01 09:20 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-07-01 07:19 fix for issue rm1425 [pgAdmin4] Harshal Dhumal <[email protected]>
2016-07-01 09:20 ` Dave Page <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox