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
+235 -160
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -887,6 +887,7 @@ $(document).ready(function() {
$("#close_connection").on("click", function() { $("#close_connection").on("click", function() {
disconnect(function() { disconnect(function() {
showConnectionSettings(); showConnectionSettings();
$("#close_connection_window").hide();
}); });
}); });