Fixed error from previous merge
This commit is contained in:
parent
5a69cc67ca
commit
b2f039d9c2
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ VT100.prototype.initializeElements = function(container) {
|
||||||
'<div class="hidden">' +
|
'<div class="hidden">' +
|
||||||
'<div id="usercss"></div>' +
|
'<div id="usercss"></div>' +
|
||||||
'<pre><div><span id="space"></span></div></pre>' +
|
'<pre><div><span id="space"></span></div></pre>' +
|
||||||
'<input type="text" id="input" autocapitalize="off" autocapitalize="off" />' +
|
'<input type="text" id="input" autocorrect="off" autocapitalize="off" />' +
|
||||||
'<input type="text" id="cliphelper" />' +
|
'<input type="text" id="cliphelper" />' +
|
||||||
(typeof suppressAllAudio != 'undefined' &&
|
(typeof suppressAllAudio != 'undefined' &&
|
||||||
suppressAllAudio ? "" :
|
suppressAllAudio ? "" :
|
||||||
|
|
Loading…
Reference in a new issue