Pass ALL parameters through connect, allowing arbitrary additional parameters to...
[guacamole.git] / src / main / webapp / index.xhtml
index 463d90b..3db5d5a 100644 (file)
 
                 // If only one connection, redirect to that.
                 if (configs.length == 1) {
-                    window.location.href = "client.xhtml?" + encodeURIComponent(configs[0].id);
+                    window.location.href = "client.xhtml?id=" + encodeURIComponent(configs[0].id);
                     return;
                 }