1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 09:37:25 +00:00

Correction to previous commit

This commit is contained in:
morpheus65535 2018-03-12 16:44:29 -04:00
parent a8db9e85aa
commit 103257ffe4

View file

@ -682,5 +682,6 @@
$('#settings_form').focusout(function() { $('#settings_form').focusout(function() {
$('.form').form('validate form'); $('.form').form('validate form');
$('#loader').removeClass('active');
}) })
</script> </script>