X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6362e543ec8e1a2661a58d440cb595b17ad4cca0..3913c541b2e25e10d9c80feef9d32b80d2bad82b:/project/static/js/views/gallery.js diff --git a/project/static/js/views/gallery.js b/project/static/js/views/gallery.js index ad17c4be..fe54b933 100644 --- a/project/static/js/views/gallery.js +++ b/project/static/js/views/gallery.js @@ -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...');