fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Galeria skanów jest domyślnie zamknięta.
[redakcja.git]
/
project
/
templates
/
explorer
/
file_xml.html
diff --git
a/project/templates/explorer/file_xml.html
b/project/templates/explorer/file_xml.html
index
350d078
..
4efd697
100644
(file)
--- a/
project/templates/explorer/file_xml.html
+++ b/
project/templates/explorer/file_xml.html
@@
-27,13
+27,13
@@
}
$('#toggle-sidebar').toggle(function() {
}
$('#toggle-sidebar').toggle(function() {
- $('#images-wrap').width(0);
- $('#sidebar').width(8);
- resizePanels();
- }, function() {
$('#images-wrap').width(480);
$('#sidebar').width(488);
resizePanels();
$('#images-wrap').width(480);
$('#sidebar').width(488);
resizePanels();
+ }, function() {
+ $('#images-wrap').width(0);
+ $('#sidebar').width(8);
+ resizePanels();
})
$(window).resize(function() {
})
$(window).resize(function() {