var old_callback = options.callback || function() { };
this.noupdate_hash_onenter = true;
+ this.vsplitbar = 'GALERIA';
options.callback = function(){
var self = this;
$.wiki.Perspective.prototype.onEnter.call(this);
+ $('.vsplitbar').not('.active').trigger('click');
+ $(".vsplitbar-title").html("↓ GALERIA ↓");
+
this.doc.refreshGallery({
success: function(doc, data){
self.$image.show();