Hide cancel button when disconnected
This commit is contained in:
parent
f08c9d36a6
commit
586605557e
File diff suppressed because one or more lines are too long
@ -887,6 +887,7 @@ $(document).ready(function() {
|
||||
$("#close_connection").on("click", function() {
|
||||
disconnect(function() {
|
||||
showConnectionSettings();
|
||||
$("#close_connection_window").hide();
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user