Skip to content

Commit

Permalink
fix: Ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
franpb14 authored Jan 21, 2021
1 parent ead5579 commit 7aff006
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cargaAgrupaciones.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ var npregunta;
cargaTablaModal()

}

function cargaTablaModal(){
let tabla =`<table class="table"> <thead>
<tr>
Expand Down Expand Up @@ -142,4 +143,13 @@ var npregunta;
}

}
document.getElementById("savechanges").onclick=()=>{
let colores = document.getElementById("colores").value.split(",")
if(colores.length>1){
listaColores=colores
}
let visual = document.getElementById("visualizacion")
visualizacion = visual.value

}

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h5 class="modal-title" id="exampleModalLongTitle">Ajustes de visualizado</h5>
</button>
</div>
<div class="modal-body">
Si ya has cargado una estadística tienes que volver a pulsar <strong>"Ver estadísticas"</strong><br>

<label for="colores" class="col-form-label">Colores:</label>
<input type="text" class="form-control" id="colores" placeholder='#8FBC8F,#7FFFD4,#D2691E'>

Expand Down

2 comments on commit 7aff006

@vercel
Copy link

@vercel vercel bot commented on 7aff006 Jan 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franpb14
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se ha cambiado un mensaje sin sentido y se ha incluido los ajustes antes de ver estadísticas por si los cambia antes de ellos

Please sign in to comment.