mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-04-26 15:16:19 +02:00
recordar si se muestran los acordes y ocultar controles irrelevantes
This commit is contained in:
parent
9c7fcd1ec3
commit
c084ca2d89
2 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue