Merge branch 'master' of git@stigma:platforma
[redakcja.git] / project / templates / explorer / panels / gallery.html
index 4f5ea91..30c1c83 100644 (file)
@@ -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 
+    }
 };
 </script>