mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Fixed minor things
This commit is contained in:
parent
bcda5fc69b
commit
d28a80b08f
@ -91,7 +91,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
$('.postselfdestruct').click(function(event) {
|
$('.postselfdestruct').click(function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
$('#emit_data').val("self-destruct\n\n"+currentText());
|
$('#emit_data').val("self-destruct\n\n"+currentText() + "\n\n");
|
||||||
doneTyping();
|
doneTyping();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user