Fixed issues reported by SonarQube.

This commit is contained in:
Nikhil Mohite
2021-01-18 13:02:19 +05:30
committed by Akshay Joshi
parent 5afa4f1995
commit d4a3e4d92c
9 changed files with 56 additions and 51 deletions

View File

@@ -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({