]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Fix bootstart of input field
authorPierre Ossman <ossman@cendio.se>
Mon, 15 May 2017 12:40:28 +0000 (14:40 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 15 May 2017 12:42:28 +0000 (14:42 +0200)
commit55988e7aec698e8f23af943fdc268f998fc4eba5
tree7d31c77174c2990ede388fa3ba135c8249d27cd4
parentafb621d577a9b90763761abdabeb9bfa8810981c
Fix bootstart of input field

It wasn't working properly anymore because it expected to be triggered
by the "load". But we now register that event listener long after the
"load" event has already fired.
app/ui.js