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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема [pgadmin-hackers] pgAdmin 4 commit: startsWith() function of java script is notsupported
Дата
Msg-id E1d2tzU-0004a9-Ht@gothos.postgresql.org
обсуждение исходный текст
Список 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.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of default parameters ordering in Functions
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of EXPLAINoption with IE