diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-16 22:38:03 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-16 22:38:03 +0200 |
| commit | 6c12610616ec0f8fa0c2907622fa26095c70b4e6 (patch) | |
| tree | 3cc188280f6623e6c77d6a6a1d16e12d4d2a2586 /webAO/client.html | |
| parent | ab960bb1a2a43d19c497acb2590ff88c0b82d151 (diff) | |
musiclist should render as a listbox now instead of a dropdown
depends on the device, desktop browsers usually do that automatically
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index c4b3725..e004101 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -291,7 +291,7 @@ <template id="music"> <meta name="frame-title" lang="en" content="Music"> - <select id="client_musiclist" size="5" onclick="musiclist_click(event)" style="width: 100%; height: 100%;"> + <select id="client_musiclist" size="5" onclick="musiclist_click(event)" multiple> </select> </template> |
