Atualizando arquivos
This commit is contained in:
parent
c3869772e6
commit
3a514d335e
1 changed files with 2 additions and 2 deletions
|
|
@ -1706,7 +1706,7 @@ function alternarCheckboxes() {
|
|||
$('#description').val('');
|
||||
|
||||
/** Seleciona o mês */
|
||||
$("#readjustment_month").prop('selectedIndex', 0);
|
||||
$("#readjustment_month option:contains(" + '' + ")").attr('selected', true);
|
||||
|
||||
/** Carrega o dia do vencimento*/
|
||||
$('#day_due').val('');
|
||||
|
|
@ -1792,7 +1792,7 @@ function alternarCheckboxes() {
|
|||
$('#budget').focus();
|
||||
|
||||
//Altera o texto do botão de ação
|
||||
$('#btnGerarOrcamento').html('Cancelar Orçamento');
|
||||
$('#btnGerarOrcamento').html('Cancelar Orçamento Agrupado');
|
||||
$('#btnGerarOrcamento').addClass('btn-danger');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue