修复版权说明 无法关闭

This commit is contained in:
Edward Yang 2022-11-11 11:22:26 +08:00
parent 24063e9d7d
commit 43edd08b64
1 changed files with 2 additions and 2 deletions

View File

@ -258,10 +258,10 @@
var scrollHeight = div.scrollHeight;
var scrollTop = div.scrollTop;
var height = div.offsetHeight;
if ((scrollTop + height) == scrollHeight) {
if ((scrollTop + height + 1) >= scrollHeight) {
$('.modal-footer .btn').removeAttr('disabled')
}
});
})
</script>
@endsection
@endsection