mirror of https://github.com/morpheus65535/bazarr
Trigger form validation everytime an element of the settings_form loose focus
This commit is contained in:
parent
e788570726
commit
dd9b716df7
|
@ -679,4 +679,8 @@
|
|||
$('.form').form('validate form');
|
||||
$('#loader').removeClass('active');
|
||||
});
|
||||
|
||||
$('#settings_form').focusout(function() {
|
||||
$('.form').form('validate form');
|
||||
})
|
||||
</script>
|
Loading…
Reference in New Issue