X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/654e7cf77f7241bfc866a4879829367d39179577..e4027627c2c72c7519a858e6e0179e505801ba6b:/project/templates/explorer/panels/gallery.html?ds=sidebyside 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); });