fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unicode errors in gallery, colors, added south, <out-of-flow> removal.
[redakcja.git]
/
platforma
/
static
/
js
/
main.js
diff --git
a/platforma/static/js/main.js
b/platforma/static/js/main.js
index
3f4d30c
..
cdcc21a
100644
(file)
--- a/
platforma/static/js/main.js
+++ b/
platforma/static/js/main.js
@@
-715,7
+715,7
@@
function refreshHistory(callback){
+'<td>'+ this[1]+'</td></tr>')
});
$.unblockUI();
+'<td>'+ this[1]+'</td></tr>')
});
$.unblockUI();
- callback();
+
if(callback)
callback();
}
});
};
}
});
};
@@
-887,15
+887,18
@@
$(function() {
$('.vsplitbar').click(function() {
if ($('#sidebar').width() == 0) {
$('#sidebar').width(480).css({right: 0}).show();
$('.vsplitbar').click(function() {
if ($('#sidebar').width() == 0) {
$('#sidebar').width(480).css({right: 0}).show();
- $('#
source-editor, #simple-
editor').css({right: 495});
+ $('#
editor .
editor').css({right: 495});
$('.vsplitbar').css({right: 480}).addClass('active');
} else {
$('#sidebar').width(0).hide();
$('.vsplitbar').css({right: 480}).addClass('active');
} else {
$('#sidebar').width(0).hide();
- $('#
source-editor, #simple-
editor').css({right: 15});
+ $('#
editor .
editor').css({right: 15});
$('.vsplitbar').css({right: 0}).removeClass('active');
}
$(window).resize();
});
$('.vsplitbar').css({right: 0}).removeClass('active');
}
$(window).resize();
});
-
+
+ $(window).bind('beforeunload', function(event) {
+ return "Na stronie mogą być niezapisane zmiany.";
+ });
});
});