GUACAMOLE-526: Ignore failure to load OSK layout.

This commit is contained in:
Michael Jumper
2018-04-26 19:03:53 -07:00
parent 73eb25f311
commit f6f66eec0a

View File

@@ -113,7 +113,7 @@ angular.module('osk').directive('guacOsk', [function guacOsk() {
$rootScope.$broadcast('guacSyntheticKeyup', keysym);
};
});
}, angular.noop);
}