Dodanie przycisku reload.
[redakcja.git] / project / static / js / views / gallery.js
index ad17c4b..fe54b93 100644 (file)
@@ -79,6 +79,8 @@ var ImageGalleryView = View.extend({
       this.$pageInput.val( (this.currentPage+1) );
   },
   
+  reload: function() {},
+  
   modelStateChanged: function(property, value) {   
     if (value == 'loading') {
       this.parent.freeze('Ɓadowanie...');