X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/42a46397a91a4bd24211bb98516a99c567247bf8..0be3fc3037cea44c23261215f92d6c24dbf81060:/redakcja/static/js/wiki/view_gallery.js?ds=sidebyside diff --git a/redakcja/static/js/wiki/view_gallery.js b/redakcja/static/js/wiki/view_gallery.js index 86793488..4f6b8a15 100644 --- a/redakcja/static/js/wiki/view_gallery.js +++ b/redakcja/static/js/wiki/view_gallery.js @@ -225,6 +225,9 @@ $.wiki.Perspective.prototype.onEnter.call(this); + $('.vsplitbar').not('.active').trigger('click'); + $(".vsplitbar-title").html("↓ GALLERY ↓"); + this.doc.refreshGallery({ success: function(doc, data){ self.$image.show();