From: zuber Date: Wed, 19 Aug 2009 22:16:36 +0000 (+0200) Subject: Ładowanie obrazków od razu po wybraniu odpowiedniego katalogu w pasku bocznym. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/57c5b8aa46338198ef52036849b7a50510dfe689 Ładowanie obrazków od razu po wybraniu odpowiedniego katalogu w pasku bocznym. --- diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 727dc122..c1521c65 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -24,6 +24,7 @@ $('#toggle-sidebar').toggle(function() { $('#images-wrap').width(480); $('#sidebar').width(488); + $('#images-wrap').data('lazyload:lastCheckedScrollTop', -10000); resizePanels(); }, function() { $('#images-wrap').width(0);