clockwerk-guacamole

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/index.xhtml
@@ -145,7 +145,7 @@
var password = document.getElementById("password");
 
logout.onclick = function() {
window.location.href = "logout";
window.location.href = "/guacamole";
};
 
loginForm.onsubmit = function() {