Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/d126c6efc1bbb59512ccdcd0db886aac94a78776 You should set ROOT_URL correctly, otherwise the web may not work correctly.

settings text-boxes are not spell-checked.

pull/4/head
kay.one 12 years ago
parent 5a90c646bd
commit d126c6efc1

@ -2,11 +2,11 @@
<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>
</span>
{{/if}}
</div>
</div>
</div>

Loading…
Cancel
Save