Обсуждение: [pgadmin-hackers] pgAdmin 4 commit: startsWith() function of java script is notsupported

Поиск
Список
Период
Сортировка

[pgadmin-hackers] pgAdmin 4 commit: startsWith() function of java script is notsupported

От
Akshay Joshi
Дата:
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.zabuawala@enterprisedb.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(-)