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/04/29 20:58:49 UTC

[07/19] guacamole-client git commit: GUACAMOLE-526: Ignore failure to load OSK layout.

GUACAMOLE-526: Ignore failure to load OSK layout.

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

Branch: refs/heads/master
Commit: f6f66eec0a9b503b2cb594d6d226cc1ade9dc15c
Parents: 73eb25f
Author: Michael Jumper <mj...@apache.org>
Authored: Thu Apr 26 19:03:53 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Apr 26 19:03:53 2018 -0700

----------------------------------------------------------------------
 guacamole/src/main/webapp/app/osk/directives/guacOsk.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/f6f66eec/guacamole/src/main/webapp/app/osk/directives/guacOsk.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/osk/directives/guacOsk.js b/guacamole/src/main/webapp/app/osk/directives/guacOsk.js
index 968e86e..2236ac8 100644
--- a/guacamole/src/main/webapp/app/osk/directives/guacOsk.js
+++ b/guacamole/src/main/webapp/app/osk/directives/guacOsk.js
@@ -113,7 +113,7 @@ angular.module('osk').directive('guacOsk', [function guacOsk() {
                             $rootScope.$broadcast('guacSyntheticKeyup', keysym);
                         };
 
-                    });
+                    }, angular.noop);
 
                 }