From 57c5b8aa46338198ef52036849b7a50510dfe689 Mon Sep 17 00:00:00 2001 From: zuber Date: Thu, 20 Aug 2009 00:16:36 +0200 Subject: [PATCH] =?utf8?q?=C5=81adowanie=20obrazk=C3=B3w=20od=20razu=20po?= =?utf8?q?=20wybraniu=20odpowiedniego=20katalogu=20w=20pasku=20bocznym.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/templates/explorer/file_xml.html | 1 + 1 file changed, 1 insertion(+) 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); -- 2.20.1