Hide cancel button when disconnected
This commit is contained in:
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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user