diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/p.html b/templates/p.html index 76e1dfd..8811e0a 100644 --- a/templates/p.html +++ b/templates/p.html @@ -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"> |