mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed issues reported by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
5afa4f1995
commit
d4a3e4d92c
@@ -2175,7 +2175,6 @@ define('tools.querytool', [
|
||||
} else{
|
||||
loadingDiv = $('#fetching_data');
|
||||
loadingDiv.removeClass('d-none');
|
||||
msgDiv = loadingDiv.find('.sql-editor-busy-text');
|
||||
}
|
||||
self.set_selected_option(connection_details);
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user