Fix touch button rendering.
[guacamole.git] / src / main / webapp / scripts / interface.js
index 4f897b8..b3681db 100644 (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