修复版权说明 无法关闭
This commit is contained in:
parent
24063e9d7d
commit
43edd08b64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue