Hide cancel button when disconnected

This commit is contained in:
Dan Sosedoff 2016-02-05 17:44:36 -06:00
parent f08c9d36a6
commit 586605557e
2 changed files with 268 additions and 192 deletions

File diff suppressed because one or more lines are too long

View File

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