Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1as2ru-0003BG-29 for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Apr 2016 06:41:10 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1as2rt-0004kS-Kw for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Apr 2016 06:41:09 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1as2rg-0004WE-Fe for pgadmin-hackers@postgresql.org; Mon, 18 Apr 2016 06:40:56 +0000 Received: from mail-ig0-x235.google.com ([2607:f8b0:4001:c05::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1as2rc-0004d5-VP for pgadmin-hackers@postgresql.org; Mon, 18 Apr 2016 06:40:55 +0000 Received: by mail-ig0-x235.google.com with SMTP id f1so65023014igr.1 for ; Sun, 17 Apr 2016 23:40:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ND8MtJQX4Hx7vn0VV/LYVhMn2GCgzbnYQOq7vF65bFs=; b=DLrm9UDG60b8swSiUvgDTgScyKuChdBOLY4DenxUJ/0h5hRn8YECTT5St9U3W6PW+0 5EQ2VLN4nt2BcSaIHhy3Z39dfm9qdt1ViriXEaDQCkPxdFOB4bFo6SOnB6oaUKaa2mfU aQrzIeReucFowFkLfaPFnBnEHbIoMzFC1IUGRmkn/4AUUcUkM0tHCf7OQLX4LN2sxpM2 9NmLpHgOfUW152Q0Hp4dnzIeW1Z8MD7f24xX1EOX1evhOC8iWzZKgKjNDWukDGd7cM7I ewVkvuv5qg70gfBKjTGKBHGagSpJwkpgCLohmEEi5mBfm+ks46y9Tdz+wS4OEZtMHLms LoRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ND8MtJQX4Hx7vn0VV/LYVhMn2GCgzbnYQOq7vF65bFs=; b=TQ9X08jgV3cqR1ZOSDB4twYi7TgI9umW3zt6tYJJg0xy/eZGRRibL+rsaWH/60kDfN jdKcGFgWUe5iIoQgahXggtYgb+oLMzeRXwWZYydMh/0b1ayWHH3JxS/nacwooGvFNpTo hiAmpT3vqm+rFDKJDEGA4MEsk+GaJ9jNOwWVlB9/TbR4uw0OADUIUOOzT/7ezOiTZzfz 3JwWsMPi25ZPMp7VgLBf3RXzj+8QYHnLibKoUjeCp5EtzOHE2NhtTz9M/tQdHYkv+t9J 0bFodfCFpn/nLDhbLBBp/6aUA9UTbiKkj+StUELryVEU59IAIQ5kJRorY4UhBGTBXnEh HlDA== X-Gm-Message-State: AOPr4FXtFoviI6dsYVitunH47YuAKcF0iaDoAV6C+5sjI3GxtjjpiPk7kOZ+rvHGwpM2sRnkwZcfjSrE0ECPVqZW X-Received: by 10.50.247.51 with SMTP id yb19mr1265374igc.73.1460961652145; Sun, 17 Apr 2016 23:40:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.39.5 with HTTP; Sun, 17 Apr 2016 23:40:32 -0700 (PDT) In-Reply-To: References: From: Ashesh Vashi Date: Mon, 18 Apr 2016 12:10:32 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch]: Fixed typos in datamodel.js To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=f46d0428756d4ea9710530bca476 X-Pg-Spam-Score: -1.0 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --f46d0428756d4ea9710530bca476 Content-Type: text/plain; charset=UTF-8 Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Mon, Apr 18, 2016 at 11:55 AM, Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Due to some typos in datamodel.js, the application does not load properly > in Google Chrome (ver: 39). > > Fixed typos in datamodel.js > > Thanks, > Khushboo > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --f46d0428756d4ea9710530bca476 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks - committed!

--

Thanks & Regards,=

Ashesh Vashi
EnterpriseDB INDIA: <= a href=3D"http://www.enterprisedb.com" target=3D"_blank">Enterprise Postgre= SQL Company

<= br>

<= a href=3D"http://www.linkedin.com/in/asheshvashi" target=3D"_blank">http= ://www.linkedin.com/in/asheshvashi


On Mon, Apr 18, 2016 at 11:55 AM, Khushboo V= ashi <khushboo.vashi@enterprisedb.com> wrote:<= br>
Hi,
Due to some typos in datamodel.js, the application does not lo= ad properly in Google Chrome (ver: 39).

Fixed typos in datamod= el.js

Thanks,
Khushboo


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=


--f46d0428756d4ea9710530bca476--