From de717491cd957b28961264d917b9760159ff450b Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sun, 3 Aug 2025 10:18:53 -0300 Subject: [PATCH] Atualizando arquivos --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 1f5e5fa..f49ac74 100644 --- a/js/main.js +++ b/js/main.js @@ -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);