mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Fix input handler
This commit is contained in:
parent
afd814773a
commit
df2ea126c8
3 changed files with 4 additions and 3 deletions
|
@ -22,7 +22,7 @@ class UI
|
|||
@$msglog.value = ''
|
||||
|
||||
@$send = document.getElementById('send')
|
||||
@$send.onclick = => { @acceptInput }
|
||||
@$send.onclick = @acceptInput
|
||||
|
||||
@$input = document.getElementById('input')
|
||||
@$input.focus()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue