mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-12 09:15:35 +00:00
settings text-boxes are not spell-checked.
This commit is contained in:
parent
5a90c646bd
commit
d126c6efc1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<label class="control-label">{{label}}</label>
|
<label class="control-label">{{label}}</label>
|
||||||
|
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<input type="text" name="fields.{{order}}.value"/>
|
<input type="text" name="fields.{{order}}.value" spellcheck="false"/>
|
||||||
{{#if helpText}}
|
{{#if helpText}}
|
||||||
<span class="help-inline">
|
<span class="help-inline">
|
||||||
<i class="icon-question-sign" title="{{helpText}}"></i>
|
<i class="icon-question-sign" title="{{helpText}}"></i>
|
||||||
|
|
Loading…
Reference in a new issue