Commit 39b41635 by Sheng

Restore button on socket close

parent 630aace8
...@@ -67,7 +67,8 @@ jQuery(function($){ ...@@ -67,7 +67,8 @@ jQuery(function($){
console.log(e); console.log(e);
term.destroy(); term.destroy();
$('.container').show(); $('.container').show();
$('#status').text(e.reason); status.text(e.reason);
btn.prop('disabled', false);
}; };
} }
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment