fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor fixes: #860, #861, #870
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
loader.js
diff --git
a/redakcja/static/js/wiki/loader.js
b/redakcja/static/js/wiki/loader.js
index
58a12e1
..
f051511
100644
(file)
--- a/
redakcja/static/js/wiki/loader.js
+++ b/
redakcja/static/js/wiki/loader.js
@@
-17,10
+17,6
@@
$(function()
function initialize()
{
function initialize()
{
- gallery = new $.wiki.ScanGalleryPerspective({
- doc: CurrentDocument, id: "ScanGalleryPerspective"
- });
-
$(document).keydown(function(event) {
console.log("Received key:", event);
});
$(document).keydown(function(event) {
console.log("Received key:", event);
});
@@
-63,6
+59,7
@@
$(function()
function() {
$.wiki.state.perspectives.ScanGalleryPerspective.show = true;
$('#sidebar').show();
function() {
$.wiki.state.perspectives.ScanGalleryPerspective.show = true;
$('#sidebar').show();
+ $(".vsplitbar-title").html("↓ GALLERY ↓");
$('.vsplitbar').css('right', 480).addClass('active');
$('#editor .editor').css('right', 510);
$(window).resize();
$('.vsplitbar').css('right', 480).addClass('active');
$('#editor .editor').css('right', 510);
$(window).resize();
@@
-72,15
+69,23
@@
$(function()
$.wiki.state.perspectives.ScanGalleryPerspective.show = false;
$('#sidebar').hide();
$('.vsplitbar').css('right', 0).removeClass('active');
$.wiki.state.perspectives.ScanGalleryPerspective.show = false;
$('#sidebar').hide();
$('.vsplitbar').css('right', 0).removeClass('active');
+ if($(".vsplitbar-title").html() == "↓ SEARCH AND REPLACE ↓"){
+ $(".vsplitbar-title").html("↑ SEARCH AND REPLACE ↑");
+ } else {
+ $(".vsplitbar-title").html("↑ GALLERY ↑");
+ }
$('#editor .editor').css('right', 30);
$(window).resize();
$.wiki.perspectiveForTab('#tabs-right .active').onExit();
}
);
$('#editor .editor').css('right', 30);
$(window).resize();
$.wiki.perspectiveForTab('#tabs-right .active').onExit();
}
);
- if($.wiki.state.perspectives.ScanGalleryPerspective.show)
- $('.vsplitbar').trigger('click');
-
+ if($.wiki.state.perspectives.ScanGalleryPerspective.show){
+ $('.vsplitbar').trigger('click');
+ $(".vsplitbar-title").html("↓ GALLERY ↓");
+ } else {
+ $(".vsplitbar-title").html("↑ GALLERY ↑");
+ }
window.onbeforeunload = function(e) {
if($.wiki.isDirty()) {
e.returnValue = "Na stronie mogą być nie zapisane zmiany.";
window.onbeforeunload = function(e) {
if($.wiki.isDirty()) {
e.returnValue = "Na stronie mogą być nie zapisane zmiany.";