Update config.html

This commit is contained in:
Get your own 'tots. Geez!
2016-08-03 11:09:05 -06:00
committed by GitHub
parent 95cc0670e2
commit ed923a2a94

View File

@@ -137,7 +137,7 @@
<label title="Ignore MusicBrainz album updates missing a release date.">
Ignore Undated Releases
</label>
<input type="checkbox" name="mb_ignore_age_missing" value="${config['mb_ignore_age_missing']}">
<input type="checkbox" name="mb_ignore_age_missing" id="mb_ignore_age_missing" value="${config['mb_ignore_age_missing']}">
</div>
</fieldset>
</td>
@@ -2406,6 +2406,7 @@
initConfigCheckbox("#api_enabled");
initConfigCheckbox("#enable_https");
initConfigCheckbox("#customauth");
initConfigCheckbox("#mb_ignore_age_missing");
$('#twitterStep1').click(function () {