|
|
@@ -1145,7 +1145,7 @@ async function initRepository() { |
|
|
|
|
|
|
|
// Change status |
|
|
|
const $statusButton = $('#status-button'); |
|
|
|
$('#comment-form .edit_area').on('keyup', function () { |
|
|
|
$('#comment-form textarea').on('keyup', function () { |
|
|
|
if ($(this).val().length === 0) { |
|
|
|
$statusButton.text($statusButton.data('status')); |
|
|
|
} else { |
|
|
|