Atualizando arquivos
This commit is contained in:
parent
f163721666
commit
de717491cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1751,7 +1751,7 @@ function alternarCheckboxes() {
|
|||
$('.collapse').collapse();
|
||||
|
||||
/** Carrega a descrição */
|
||||
$('#description').val(descricoes.join(','));
|
||||
$('#description').val(descricoes.join(',').trim());
|
||||
|
||||
/** Seleciona o mês */
|
||||
$("#readjustment_month option:contains(" + reajuste + ")").attr('selected', true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue