Librarian in regular requirements.
[redakcja.git] / redakcja / static / js / wiki / view_gallery.js
index 315a421..65a716a 100644 (file)
                 self.setPage($(this).val());
             });
                     
+           $('.start-page', this.$element).click(function(){
+               self.setPage(CurrentDocument.galleryStart);
+           });
+
             $('.previous-page', this.$element).click(function(){
                 self.setPage(parseInt(self.$numberInput.val(),10) - 1);
             });