pgAdmin 4 commit: startsWith() function of java script is not supported

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: startsWith() function of java script is not supported
Date: 2017-04-25 06:30:24
Message-ID: E1d2tzU-0004a9-Ht@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

startsWith() function of java script is not supported in IE, instead use startsWith() function of underscore string. Fixes #2347

Branch
------
master

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

Modified Files
--------------
web/pgadmin/misc/file_manager/templates/file_manager/js/utility.js | 7 ++++---
web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js | 4 +++-
2 files changed, 7 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-04-25 06:30:59 Re: [pgAdmin4][PATCH] To fix the issue of EXPLAIN option with IE
Previous Message Murtuza Zabuawala 2017-04-25 04:59:19 [pgAdmin4][PATCH] To fix the issue of default parameters ordering in Functions