mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01: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);
|
Array.prototype.push.apply(GuacamoleUI.supportedAudio, maybe_supported);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
GuacamoleUI.eventTarget.setAttribute("autocorrect", "off");
|
||||||
|
GuacamoleUI.eventTarget.setAttribute("autocapitalize", "off");
|
||||||
|
|
||||||
// Query video support
|
// Query video support
|
||||||
(function () {
|
(function () {
|
||||||
var probably_supported = [];
|
var probably_supported = [];
|
||||||
|
Reference in New Issue
Block a user