1
0
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:
Zack Scholl 2016-06-29 20:09:00 -04:00
parent bcda5fc69b
commit d28a80b08f

View File

@ -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();
}); });