mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Turn off autocorrect/autocapitalize.
This commit is contained in:
@@ -335,6 +335,9 @@ if (!GuacamoleUI.sessionState.getProperty("disable-sound"))
|
||||
Array.prototype.push.apply(GuacamoleUI.supportedAudio, maybe_supported);
|
||||
})();
|
||||
|
||||
GuacamoleUI.eventTarget.setAttribute("autocorrect", "off");
|
||||
GuacamoleUI.eventTarget.setAttribute("autocapitalize", "off");
|
||||
|
||||
// Query video support
|
||||
(function () {
|
||||
var probably_supported = [];
|
||||
|
Reference in New Issue
Block a user