From a5999e7b582435f9a77b5847f1590ebb8d7ccb36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Fri, 11 Sep 2009 19:30:26 +0200 Subject: [PATCH] =?utf8?q?Liter=F3wka=20-=20zamiast=20self=20powinno=20by?= =?utf8?q?=E6=20this.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/templates/explorer/panels/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/templates/explorer/panels/gallery.html b/project/templates/explorer/panels/gallery.html index ac8cf6a8..0d669726 100644 --- a/project/templates/explorer/panels/gallery.html +++ b/project/templates/explorer/panels/gallery.html @@ -35,7 +35,7 @@ panel_hooks = { {threshold: 640 * 10, scrollTreshold: 640 * 5} ); - self._endload(); + this._endload(); }, refresh: function() { return true; // gallery is always fresh -- 2.20.1