Restore button on socket close
This commit is contained in:
+2
-1
@@ -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);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user