mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed misc issues
This commit is contained in:
@@ -1370,7 +1370,8 @@ var enab_dis_level_up = function() {
|
||||
// Get transaction id to generate request url and
|
||||
// to generate config files on runtime
|
||||
var transId = getTransId(),
|
||||
t_id = '';
|
||||
t_id = '',
|
||||
t_res;
|
||||
|
||||
if (transId.readyState == 4) {
|
||||
t_res = JSON.parse(transId.responseText);
|
||||
|
||||
Reference in New Issue
Block a user