fixed event order issues with swapping
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
0b401c058a
commit
0d1e694b59
7 changed files with 22 additions and 8 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
{{define "content"}}
|
||||
<main>
|
||||
<script type="module" src="/script/music-gateway.js" defer></script>
|
||||
<script type="module" src="/script/music-gateway.js"></script>
|
||||
|
||||
<div id="background" style="background-image: url({{.ResolveArtwork}})"></div>
|
||||
|
||||
|
@ -79,7 +79,7 @@
|
|||
</p>
|
||||
{{end}}
|
||||
|
||||
<p id="share">share</p>
|
||||
<button id="share">share</button>
|
||||
</div>
|
||||
|
||||
{{if .Credits}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue