|
|
@@ -5,7 +5,7 @@
|
|
|
<img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa">
|
|
|
<form onsubmit="return search(this.song.value)">
|
|
|
<label for="user">Username:</label>
|
|
|
- <input type="text" id="user" value="anonymous" size="16">
|
|
|
+ <input type="text" id="user" value="anonymous" size="16" onkeypress="return userKeyPress(event)">
|
|
|
<br>
|
|
|
<label for="song">Add a song:</label>
|
|
|
<input type="text" id="song" autocomplete="off">
|