pgAdmin 4 commit: Improvement for 'beforeunload' event, bind the event

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Improvement for 'beforeunload' event, bind the event
Дата
Msg-id E1hIS15-0007FD-Rh@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Improvement for 'beforeunload' event, bind the event only from where it is required.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05ae33003056c866bafaf891c920696e48609286
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/static/js/browser.js           | 41 ++++++++++++----------
web/pgadmin/tools/debugger/static/js/direct.js     |  2 ++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  2 ++
3 files changed, 26 insertions(+), 19 deletions(-)


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

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: pgAdmin 4 commit: Ensure that confirmation dialog should be popped up b
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][patch] browser beforeunload event code improvements