1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-21 00:41:43 +02:00

settings text-boxes are not spell-checked.

This commit is contained in:
kay.one 2013-06-18 20:38:43 -07:00
parent 5a90c646bd
commit d126c6efc1

View File

@ -2,7 +2,7 @@
<label class="control-label">{{label}}</label>
<div class="controls">
<input type="text" name="fields.{{order}}.value"/>
<input type="text" name="fields.{{order}}.value" spellcheck="false"/>
{{#if helpText}}
<span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"></i>