X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0a8fdf777d7f183cb83b3db47c23c12e7cfc6c45..e4027627c2c72c7519a858e6e0179e505801ba6b:/project/templates/explorer/panels/gallery.html diff --git a/project/templates/explorer/panels/gallery.html b/project/templates/explorer/panels/gallery.html index d339bce6..987875aa 100644 --- a/project/templates/explorer/panels/gallery.html +++ b/project/templates/explorer/panels/gallery.html @@ -1,11 +1,12 @@
-
-
-

Aby zobaczyć obrazki wybierz folder poniżej:

-

-

+ +
+
+
@@ -16,7 +17,7 @@ panel_hooks = { var contentDiv = this.contentDiv; $('.id_folders', contentDiv).change(function() { - $('.images', contentDiv).load('{% url folder_image_ajax %}' + $('.id_folders', panel).val() + '/', + $('.images', contentDiv).load('{% url folder_image_ajax %}' + $('.id_folders', contentDiv).val() + '/', function() { $('.images-wrap', contentDiv).data('lazyload:lastCheckedScrollTop', -10000); });