fixes quick reply

This commit is contained in:
nonmakina 2021-07-11 16:00:39 +02:00
parent 6701456e81
commit baef16208c
3 changed files with 3 additions and 3 deletions

View file

@ -261,7 +261,7 @@
if ($(this).attr('name') == 'spoiler') {
$td.find('label').remove();
$(this).attr('id', 'q-spoiler-image');
$postForm.find('input[type="file"]').parent()
$postForm.find('#upload')
.removeAttr('colspan')
.after($('<td class="spoiler"></td>').append(this, ' ', $('<label for="q-spoiler-image">').text(_('Spoiler Image'))));
} else if ($(this).attr('name') == 'no_country') {