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();
<div id="tabs"><a href="{% url file_xml hash %}">Źródło</a><a href="{% url file_html hash %}" class="active">HTML</a><div style="padding: 3px; margin-left: 10px">{{ image_folders_form.folders }}</div><div style="clear: both; height: 0; width: 0"> </div></div>
<div id="images">
- <div class="image-box">
- <p>Aby zobaczyć obrazki wybierz folder z obrazkami powyżej.</p>
- </div>
+ <p>Aby zobaczyć obrazki wybierz folder z obrazkami powyżej.</p>
</div>
<div id="file-text">
{{ object|safe }}