mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Fixed minor things
Former-commit-id: f1f46069377acbbbaf63a8f02bcab7c59e3a9c84 [formerly 0ce0cfce88ef5e82f40f0f7263746ac21b908689] [formerly 2f801eb7d1c61fb1633b1602e0fa6115c9c4b0b5 [formerly d28a80b08f
]]
Former-commit-id: 50460342e57ee0c45e6d66fca228647c3378cf67 [formerly 678a297f0f6765be3872270400eaa14716519d95]
Former-commit-id: 46a5c459c5b0318fff6a31ddcfd8e13a19a8a69a
This commit is contained in:
parent
98dbd6a7f0
commit
6783591017
@ -91,7 +91,7 @@ $(document).ready(function() {
|
||||
|
||||
$('.postselfdestruct').click(function(event) {
|
||||
event.preventDefault();
|
||||
$('#emit_data').val("self-destruct\n\n"+currentText());
|
||||
$('#emit_data').val("self-destruct\n\n"+currentText() + "\n\n");
|
||||
doneTyping();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user