mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 22:35:33 +08:00
Fix for Firefox 63
This commit is contained in:
parent
0669f9187b
commit
b2158ed08b
1 changed files with 0 additions and 1 deletions
|
@ -1179,7 +1179,6 @@ $(document).ready(function() {
|
||||||
$('.prev3').removeClass('disabled');
|
$('.prev3').removeClass('disabled');
|
||||||
$('.next2').removeClass('disabled');
|
$('.next2').removeClass('disabled');
|
||||||
$('.next3').removeClass('disabled');
|
$('.next3').removeClass('disabled');
|
||||||
$('#loader').addClass('active');
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue