mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-20 04:36:42 +00:00
Restore button on socket close
This commit is contained in:
+2
-1
@@ -67,7 +67,8 @@ jQuery(function($){
|
||||
console.log(e);
|
||||
term.destroy();
|
||||
$('.container').show();
|
||||
$('#status').text(e.reason);
|
||||
status.text(e.reason);
|
||||
btn.prop('disabled', false);
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user