vsplitbar fix
[redakcja.git] / redakcja / static / js / wiki / view_annotations.js
index 3ea3aa1..7294678 100644 (file)
@@ -7,6 +7,7 @@
         var old_callback = options.callback || function() { };
 
         this.noupdate_hash_onenter = true;
+        this.vsplitbar = 'PRZYPISY';
 
         options.callback = function(){
             var self = this;
         $.wiki.Perspective.prototype.onEnter.call(this);
 
         $('.vsplitbar').not('.active').trigger('click');
-        $(".vsplitbar-title").html("↓ PRZYPISY ↓");        
+        $(".vsplitbar-title").html("↓ PRZYPISY ↓");
 
         this.refresh(this);