- Usunięcie wywołań console.log ze skryptów.
[redakcja.git] / project / templates / explorer / file_html.html
index 7e126f0..bb2c230 100644 (file)
         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();