1
0
Fork 0

mejoraras vista aplicacion

This commit is contained in:
humano 2018-10-25 22:18:32 -05:00
parent 803be0bed5
commit c50f2704f8
1 changed files with 7 additions and 4 deletions

View File

@ -587,7 +587,7 @@ if('serviceWorker' in navigator) {
loadArticle(6,$form,'galeria',$registros,'scroll-galeria');
loadArticle(7,$form,'galeria',$registros,'scroll-galeria');
var count = 8;
var count2 = 8;
$('div').scroll(function() {
var offset = $('#scroll-galeria div').length;
var \$this = $(this);
@ -598,8 +598,8 @@ if('serviceWorker' in navigator) {
if (isScrolledToEnd) {
loadArticle(count,$form,'galeria',$registros,'scroll-galeria');
count++;
loadArticle(count2,$form,'galeria',$registros,'scroll-galeria');
count2++;
}
});
@ -697,7 +697,10 @@ if('serviceWorker' in navigator) {
</section>
<section id='listado' class='' >
<div class='container-fluid'>
<div id='scroll-content' style='overflow-y: scroll; overflow-x: hidden; max-height: calc(100vh - 50px); min-height: calc(100vh - 50px); '>
<div style='overflow-y: scroll; overflow-x: hidden; max-height: calc(100vh - 50px); min-height: calc(100vh - 50px); '>
<table id='scroll-content' class='table table-bordered'>
</table>
</div>
</div>
</section>