Updated license comment, changed VNCClient -> GuacamoleClient

This commit is contained in:
Michael Jumper
2010-10-02 17:12:04 +00:00
parent 1b07316b0e
commit 8a00f611c5
13 changed files with 19 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!--
Guacamole - Pure JavaScript/HTML VNC Client
Guacamole - Clientless Remote Desktop
Copyright (C) 2010 Michael Jumper
This program is free software: you can redistribute it and/or modify
@@ -99,7 +99,7 @@
window.onresize();
// Instantiate client
var vncClient = new VNCClient(display);
var vncClient = new GuacamoleClient(display);
var state = document.getElementById("state");
vncClient.setOnStateChangeHandler(function(clientState) {