You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/01/16 18:42:07 UTC

[21/23] guacamole-client git commit: GUACAMOLE-352: Remove Guacamole menu entirely when closed. Input fields within the menu must not continue to receive input.

GUACAMOLE-352: Remove Guacamole menu entirely when closed. Input fields within the menu must not continue to receive input.

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/9065b497
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/9065b497
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/9065b497

Branch: refs/heads/master
Commit: 9065b497c2333b6034a490ccfe41d36e91d21e5b
Parents: 9f6b2fa
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Dec 18 15:41:55 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue Jan 16 10:20:43 2018 -0800

----------------------------------------------------------------------
 guacamole/src/main/webapp/app/client/templates/client.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/9065b497/guacamole/src/main/webapp/app/client/templates/client.html
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/client/templates/client.html b/guacamole/src/main/webapp/app/client/templates/client.html
index 0580c8b..0d2b688 100644
--- a/guacamole/src/main/webapp/app/client/templates/client.html
+++ b/guacamole/src/main/webapp/app/client/templates/client.html
@@ -38,7 +38,7 @@
 
     <!-- Menu -->
     <div class="menu" ng-class="{open: menu.shown}" id="guac-menu">
-        <div class="menu-content">
+        <div class="menu-content" ng-if="menu.shown">
 
             <!-- Stationary header -->
             <div class="header">