X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0e6a1823931e3a2bad3b20ca479308978da7b0a8..0602376974810e6709409a69b010c5a68b5c3040:/project/templates/explorer/panels/gallery.html diff --git a/project/templates/explorer/panels/gallery.html b/project/templates/explorer/panels/gallery.html index 4f5ea910..30c1c83a 100644 --- a/project/templates/explorer/panels/gallery.html +++ b/project/templates/explorer/panels/gallery.html @@ -24,6 +24,12 @@ panel_hooks = { $('.images-wrap', contentDiv).lazyload('.image-box', {threshold: 640 * 10, scrollTreshold: 640 * 5} ); - } + }, + refresh: function() { + return true; // gallery is always fresh + }, + dirty: function() { + return true; // and it doesn't get dirty + } };