Thread: pgAdmin 4 commit: Fix issue where pgAdmin does not load completely if l

pgAdmin 4 commit: Fix issue where pgAdmin does not load completely if l

From
Akshay Joshi
Date:
Fix issue where pgAdmin does not load completely if loaded in an iframe. Fixes #4756

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_14.rst                  |  3 ++-
web/pgadmin/browser/static/js/browser.js           |  7 +++---
web/pgadmin/browser/static/js/layout.js            | 10 +++-----
web/pgadmin/browser/static/js/preferences.js       | 13 +++-------
web/pgadmin/dashboard/static/js/dashboard.js       | 10 ++++----
web/pgadmin/static/js/backform.pgadmin.js          | 11 ++++----
web/pgadmin/static/js/modify_animation.js          |  7 ++----
.../static/js/selection/xcell_selection_model.js   |  8 +++---
.../static/js/sqleditor/query_tool_actions.js      |  3 ++-
web/pgadmin/static/js/window.js                    | 28 +++++++++++++++++++++
.../tools/debugger/static/js/debugger_ui.js        |  6 ++---
web/pgadmin/tools/debugger/static/js/direct.js     | 16 ++++++------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 29 +++++++++++-----------
13 files changed, 83 insertions(+), 68 deletions(-)