mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Migrated to new tunnel servlet API, updated .gitignore
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user