Turn off autocorrect/autocapitalize.

This commit is contained in:
Michael Jumper
2012-11-11 18:33:08 -08:00
parent f039537788
commit efd93fcad5

View File

@@ -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 = [];