mirror of https://github.com/morpheus65535/bazarr
Update settings_radarr.tpl
This commit is contained in:
parent
a8d08fa06c
commit
eccbfdaf1c
|
@ -112,7 +112,7 @@
|
|||
</div>
|
||||
<div class="collapsed column">
|
||||
<div class="collapsed center aligned column">
|
||||
<div class="ui basic icon" data-tooltip="Automatic download of Subtitles will happen only for monitored Movies in Radarr." data-inverted="">
|
||||
<div class="ui basic icon" data-tooltip="Automatic ownload of Subtitles will only happen for monitored Movies in Radarr." data-inverted="">
|
||||
<i class="help circle large icon"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -221,14 +221,14 @@
|
|||
|
||||
$('.radarr_config').on('keyup', function() {
|
||||
$('#radarr_validated').checkbox('uncheck');
|
||||
$('#radarr_validation_result').text('You must test your Radarr connection settings before saving settings.').css('color', 'red');
|
||||
$('#radarr_validation_result').text('You Must Test Your Radarr Connection Settings Before Saving.').css('color', 'red');
|
||||
$('.form').form('validate form');
|
||||
$('#loader').removeClass('active');
|
||||
});
|
||||
|
||||
$('#settings_radarr_ssl').on('change', function() {
|
||||
$('#radarr_validated').checkbox('uncheck');
|
||||
$('#radarr_validation_result').text('You must test your Radarr connection settings before saving settings.').css('color', 'red');
|
||||
$('#radarr_validation_result').text('You Must Test Your Radarr Connection Settings Before Saving.').css('color', 'red');
|
||||
$('.form').form('validate form');
|
||||
$('#loader').removeClass('active');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue