forked from I2P_Developers/i2p.i2p
disable spellcheck in custom options field
This commit is contained in:
@@ -603,7 +603,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
|||||||
<label for="customOptions" accesskey="u">
|
<label for="customOptions" accesskey="u">
|
||||||
<%=intl._("Custom options")%>(<span class="accessKey">u</span>):
|
<%=intl._("Custom options")%>(<span class="accessKey">u</span>):
|
||||||
</label>
|
</label>
|
||||||
<input type="text" id="customOptions" name="nofilter_customOptions" size="60" title="Custom Options" value="<%=editBean.getCustomOptions(curTunnel)%>" class="freetext" />
|
<input type="text" id="customOptions" name="nofilter_customOptions" size="60" title="Custom Options" value="<%=editBean.getCustomOptions(curTunnel)%>" class="freetext" spellcheck="false"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
@@ -619,7 +619,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
|||||||
<label for="customOptions" accesskey="u">
|
<label for="customOptions" accesskey="u">
|
||||||
<%=intl._("Custom options")%>(<span class="accessKey">u</span>):
|
<%=intl._("Custom options")%>(<span class="accessKey">u</span>):
|
||||||
</label>
|
</label>
|
||||||
<input type="text" id="customOptions" name="nofilter_customOptions" size="60" title="Custom Options" value="<%=editBean.getCustomOptions(curTunnel)%>" class="freetext" />
|
<input type="text" id="customOptions" name="nofilter_customOptions" size="60" title="Custom Options" value="<%=editBean.getCustomOptions(curTunnel)%>" class="freetext" spellcheck="false"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
Reference in New Issue
Block a user