mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Continue fixing multiple UI and SonarQube issues found when testing wcDocker changes. #6479
This commit is contained in:
@@ -314,7 +314,6 @@ define('pgadmin.browser', [
|
||||
'pgadmin:server:disconnect', stop_heartbeat.bind(obj)
|
||||
);
|
||||
|
||||
obj.set_master_password('');
|
||||
obj.check_corrupted_db_file();
|
||||
obj.Events.on('pgadmin:browser:tree:add', obj.onAddTreeNode.bind(obj));
|
||||
obj.Events.on('pgadmin:browser:tree:update', obj.onUpdateTreeNode.bind(obj));
|
||||
@@ -328,6 +327,7 @@ define('pgadmin.browser', [
|
||||
obj.start_inactivity_timeout_daemon();
|
||||
},
|
||||
uiloaded: function() {
|
||||
this.set_master_password('');
|
||||
this.check_version_update();
|
||||
},
|
||||
check_corrupted_db_file: function() {
|
||||
|
||||
Reference in New Issue
Block a user