Fix touch button rendering.

This commit is contained in:
Michael Jumper
2012-04-08 17:17:38 -07:00
parent 374284d833
commit 0c1260aa32
3 changed files with 3 additions and 6 deletions

View File

@@ -297,6 +297,7 @@ var GuacamoleUI = {
GuacamoleUI.buttons.touchLogout.onclick =
function() {
window.location.href = "logout";
GuacamoleUI.hideTouchMenu();
};
// Timeouts for detecting if users wants menu to open or close