pgAdmin 4 commit: Improvement for 'beforeunload' event, bind the event - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Improvement for 'beforeunload' event, bind the event
Date
Msg-id E1hIS15-0007FD-Rh@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Aditya Toshniwal
Date:
Subject: pgAdmin 4 commit: Ensure that confirmation dialog should be popped up b
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] browser beforeunload event code improvements