Migrated to new tunnel servlet API, updated .gitignore

This commit is contained in:
Michael Jumper
2011-01-23 15:25:37 -08:00
parent 297696c905
commit dcd259f93e
6 changed files with 37 additions and 43 deletions

View File

@@ -178,7 +178,7 @@
window.onresize();
// Instantiate client
var guac = new GuacamoleClient(display);
var guac = new GuacamoleClient(display, "tunnel");
var state = document.getElementById("state");
guac.setOnStateChangeHandler(function(clientState) {