mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 14:55:07 -05:00
Fix: Clicking on the label "Process backlog on startup" will no longer toggle the check-box of "RSS Cache Updates on startup".
This commit is contained in:
parent
79b239bbce
commit
ac90b84697
@ -119,7 +119,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="field-pair">
|
<div class="field-pair">
|
||||||
<input type="checkbox" name="rssupdate_startup" id="backlog_startup" #if $sickbeard.RSSUPDATE_STARTUP == True then "checked=\"checked\"" else ""# />
|
<input type="checkbox" name="rssupdate_startup" id="rssupdate_startup" #if $sickbeard.RSSUPDATE_STARTUP == True then "checked=\"checked\"" else ""# />
|
||||||
<label class="clearfix" for="rssupdate_startup">
|
<label class="clearfix" for="rssupdate_startup">
|
||||||
<span class="component title">RSS Cache Updates on startup</span>
|
<span class="component title">RSS Cache Updates on startup</span>
|
||||||
<span class="component-desc">Start RSS Cache updates upon startup of SickRage?</span>
|
<span class="component-desc">Start RSS Cache updates upon startup of SickRage?</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user