recordar si se muestran los acordes y ocultar controles irrelevantes

This commit is contained in:
Carlos Galindo 2021-07-13 14:08:59 +02:00
parent 9c7fcd1ec3
commit c084ca2d89
2 changed files with 6 additions and 5 deletions

View file

@ -28,7 +28,7 @@
<div>
<label><input id="showChords" type="checkbox" checked onchange="showChords(this.checked)"/> Mostrar acordes</label>
</div>
<div>
<div id="transposeControls">
<label>Transponer acordes </label>
<button class="small" onclick="transposeAdd(-2)">-2</button>
<button class="small" onclick="transposeAdd(-1)">-1</button>