]> git.proxmox.com Git - mirror_novnc.git/commit - vnc.html
vnc.html, ui.js: move all Javascript to ui.js.
authorJoel Martin <github@martintribe.org>
Fri, 14 Sep 2012 21:27:35 +0000 (16:27 -0500)
committerJoel Martin <github@martintribe.org>
Mon, 17 Sep 2012 22:15:49 +0000 (17:15 -0500)
commit26945049be6de118520c951ca09cd413634d1bd1
tree6f3e88cc1073703fc4d29c43a091d341fa553255
parentee1af441614e5ac87cb17377fd80732ae0917c75
vnc.html, ui.js: move all Javascript to ui.js.

Move all the inline Javascript event handlers from vnc.html to
include/ui.js except the load handler which is moved to
include/start.js). This is on the path towards a Chrome
extension/packaged app since inline Javascript is prohibited in that
situation.
include/start.js [new file with mode: 0644]
include/ui.js
vnc.html