Skip to content

Commit

Permalink
Resolução de conflitos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosViniciusG committed Aug 12, 2024
1 parent e2a5056 commit 1b5779e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lgbtq_connect/includes/admin/admin_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ function abrirModalEdicao(dados) {
document.addEventListener('DOMContentLoaded', adicionarListenerFormulario);

document.addEventListener('DOMContentLoaded', function() {
var btnPendente = document.getElementById('botao_inicial');
const btnPendente = document.getElementById('botao_inicial');
if (btnPendente) {
btnPendente.click();
}
Expand Down Expand Up @@ -795,7 +795,6 @@ document.querySelectorAll('.ver-mais-btn').forEach(function (button) {
// Inicializa o mapa e os botões de ordenação quando a página carrega
window.onload = function () {
initMapAdmin();
realizarQuery("Filtro");
};

// Exporta as classes
Expand Down

0 comments on commit 1b5779e

Please sign in to comment.