public inbox for [email protected]  
help / color / mirror / Atom feed
From: Harshal Dhumal <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: fix for issue rm1425 [pgAdmin4]
Date: Fri, 1 Jul 2016 12:49:27 +0530
Message-ID: <CAFiP3vxqo=sRa_ygiUf16n01wN3LmRUJ-Rk9aCVuYZZLxqQRaA@mail.gmail.com> (raw)
List-Unsubscribe:  <mailto:[email protected]?body=unsub%20pgadmin-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);


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: fix for issue rm1425 [pgAdmin4]
  In-Reply-To: <CAFiP3vxqo=sRa_ygiUf16n01wN3LmRUJ-Rk9aCVuYZZLxqQRaA@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox