Cleanup the way stylesheets and scripts are injected into pages by modules.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b5abf2c640a0056f8b5590a5b95e2cf2454bba82
Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html | 9 ---
web/pgadmin/browser/views.py | 33 +++++++--
.../static/js/alertifyjs/pgadmin.defaults.js | 4 +
web/pgadmin/templates/base.html | 41 ++++++-----
web/pgadmin/test/browser.py | 7 +-
web/pgadmin/test/static/js/test.js | 75 +++++++++++++++++++
web/pgadmin/test/templates/test/browser.js | 77 --------------------
7 files changed, 128 insertions(+), 118 deletions(-)