forked from leftypol/leftypol
fixes quick reply
This commit is contained in:
parent
6701456e81
commit
baef16208c
3 changed files with 3 additions and 3 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue