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() {
|
$("#close_connection").on("click", function() {
|
||||||
disconnect(function() {
|
disconnect(function() {
|
||||||
showConnectionSettings();
|
showConnectionSettings();
|
||||||
|
$("#close_connection_window").hide();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user