diff options
| author | Brian Cully <bjc@spork.org> | 2025-05-12 13:21:12 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-05-12 13:21:12 -0400 |
| commit | d1c8f67d699fcd5e4ce262688b89503d3ddc0f88 (patch) | |
| tree | 2dbeb89dd88cfb6195ec587aa762925bc3d8fa8b /index.html | |
| parent | 6c8074201d89a480f9b021f61cc6ff2eae7bb283 (diff) | |
| download | chords-d1c8f67d699fcd5e4ce262688b89503d3ddc0f88.tar.gz chords-d1c8f67d699fcd5e4ce262688b89503d3ddc0f88.zip | |
append history when ‘+’ button clicked
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -157,8 +157,9 @@ <fieldset> <legend>history</legend> <ol> - <li>GCEGCE</li> - <li>EBEGBE</li> + <template> + <li><slot name='fretboard'>dummy</slot></li> + </template> </ol> </fieldset> </form> |
