Reset results table on manual disconnect

This commit is contained in:
Dan Sosedoff 2017-05-08 21:37:24 -05:00
parent 0fd652f716
commit 2378ba894d
2 changed files with 193 additions and 267 deletions

File diff suppressed because one or more lines are too long

View File

@ -999,6 +999,7 @@ $(document).ready(function() {
$("#close_connection").on("click", function() {
disconnect(function() {
showConnectionSettings();
resetTable();
$("#close_connection_window").hide();
});
});