mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 11:52:12 +03:00
Reset results table on manual disconnect
This commit is contained in:
parent
0fd652f716
commit
2378ba894d
File diff suppressed because one or more lines are too long
@ -999,6 +999,7 @@ $(document).ready(function() {
|
||||
$("#close_connection").on("click", function() {
|
||||
disconnect(function() {
|
||||
showConnectionSettings();
|
||||
resetTable();
|
||||
$("#close_connection_window").hide();
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user