pgAdmin 4 commit: Fix download CSV for IE11 which doesn't support the d

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix download CSV for IE11 which doesn't support the d
Date: 2019-03-01 13:32:44
Message-ID: E1gziHM-0005jw-Dz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix download CSV for IE11 which doesn't support the download attribute. Fixes #4040

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fb747b803134cff6faa1115c1962100a2ce3bedb
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-01 13:33:01 Re: [RM#4040] Fix Download CSV option on IE11
Previous Message Dave Page 2019-03-01 12:49:44 pgAdmin 4 commit: Fix resizing of the results grid, when full of data.