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 252 additions and 176 deletions
+1
View File
@@ -887,6 +887,7 @@ $(document).ready(function() {
$("#close_connection").on("click", function() {
disconnect(function() {
showConnectionSettings();
$("#close_connection_window").hide();
});
});