X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/998977e74882d0c12413d7bc08c8475a78afbf18..e41427616dba910c993c8ab08d70313ca1d8872d:/project/templates/explorer/file_html.html diff --git a/project/templates/explorer/file_html.html b/project/templates/explorer/file_html.html index 7e126f0a..bb2c230c 100644 --- a/project/templates/explorer/file_html.html +++ b/project/templates/explorer/file_html.html @@ -15,11 +15,7 @@ var lastScroll = -1000; function checkScroll() { - console.log('checkScroll', $('#images').scrollTop(), lastScroll); - if (Math.abs($('#images').scrollTop() - lastScroll) > 300) { - console.log('checking!'); - var container = $('#images'); lastScroll = container.scrollTop();