fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 818: better 'save' button styling.
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
view_annotations.js
diff --git
a/redakcja/static/js/wiki/view_annotations.js
b/redakcja/static/js/wiki/view_annotations.js
index
3ea3aa1
..
7294678
100644
(file)
--- a/
redakcja/static/js/wiki/view_annotations.js
+++ b/
redakcja/static/js/wiki/view_annotations.js
@@
-7,6
+7,7
@@
var old_callback = options.callback || function() { };
this.noupdate_hash_onenter = true;
var old_callback = options.callback || function() { };
this.noupdate_hash_onenter = true;
+ this.vsplitbar = 'PRZYPISY';
options.callback = function(){
var self = this;
options.callback = function(){
var self = this;
@@
-102,7
+103,7
@@
$.wiki.Perspective.prototype.onEnter.call(this);
$('.vsplitbar').not('.active').trigger('click');
$.wiki.Perspective.prototype.onEnter.call(this);
$('.vsplitbar').not('.active').trigger('click');
- $(".vsplitbar-title").html("↓ PRZYPISY ↓");
+ $(".vsplitbar-title").html("↓ PRZYPISY ↓");
this.refresh(this);
this.refresh(this);