Better fix for the black screen issues, reverted the old fix.

refs #6334
This commit is contained in:
Aditya Toshniwal
2021-04-16 18:23:29 +05:30
committed by Akshay Joshi
parent d046a2800d
commit 2b1910c1c1
5 changed files with 0 additions and 38 deletions

View File

@@ -47,7 +47,6 @@ define('pgadmin.browser.utils',
pgAdmin['csrf_token_header'] = '{{ current_app.config.get('WTF_CSRF_HEADERS')[0] }}';
pgAdmin['csrf_token'] = '{{ csrf_token() }}';
pgAdmin['server_mode'] = '{{ current_app.config.get('SERVER_MODE') }}';
pgAdmin['pgadmim_runtime'] = '{{ current_app.PGADMIN_RUNTIME }}';
/* Get the inactivity related config */
pgAdmin['user_inactivity_timeout'] = {{ current_app.config.get('USER_INACTIVITY_TIMEOUT') }};