fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- Usunięcie wywołań console.log ze skryptów.
[redakcja.git]
/
project
/
templates
/
explorer
/
file_html.html
diff --git
a/project/templates/explorer/file_html.html
b/project/templates/explorer/file_html.html
index
7e126f0
..
bb2c230
100644
(file)
--- a/
project/templates/explorer/file_html.html
+++ b/
project/templates/explorer/file_html.html
@@
-15,11
+15,7
@@
var lastScroll = -1000;
function checkScroll() {
var lastScroll = -1000;
function checkScroll() {
- console.log('checkScroll', $('#images').scrollTop(), lastScroll);
-
if (Math.abs($('#images').scrollTop() - lastScroll) > 300) {
if (Math.abs($('#images').scrollTop() - lastScroll) > 300) {
- console.log('checking!');
-
var container = $('#images');
lastScroll = container.scrollTop();
var container = $('#images');
lastScroll = container.scrollTop();