From 57d1397f78113cec462ac3316d8cd01b29a6d5c3 Mon Sep 17 00:00:00 2001 From: zuber Date: Mon, 17 Aug 2009 22:58:14 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20wywo=C5=82ania=20do=20lazyload.=20?= =?utf8?q?Obrazki=20z=20galerii=20skan=C3=B3w=20ponownie=20=C5=82adowane?= =?utf8?q?=20s=C4=85=20leniwie,=20na=20=C5=BC=C4=85danie.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/templates/explorer/file_html.html | 2 +- project/templates/explorer/file_xml.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/project/templates/explorer/file_html.html b/project/templates/explorer/file_html.html index 23a13679..ab8e40b4 100644 --- a/project/templates/explorer/file_html.html +++ b/project/templates/explorer/file_html.html @@ -18,7 +18,7 @@ $(window).resize(resizePanels) resizePanels(); - $('#images').lazyload('.image-box', {threshold: 600}); + $('#images-wrap').lazyload('.image-box', {threshold: 600}); }); {% endblock extrahead %} diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 4efd6975..18866d2b 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -59,7 +59,7 @@ addEditorButton('utwór', function(text) { return '' + text + ''; }); addEditorButton('akap', function(text) { return '' + text + ''; }); - $('#images').lazyload('.image-box', {threshold: 600}); + $('#images-wrap').lazyload('.image-box', {threshold: 600}); }); @@ -68,14 +68,15 @@ {% block breadcrumbs %}Platforma Redakcyjna ❯ plik {{ hash }}{% endblock breadcrumbs %} {% block maincontent %} -
ŹródłoHTML
{{ image_folders_form.folders }}
 
+
ŹródłoHTML