Galeria skanów jest domyślnie zamknięta.
[redakcja.git] / project / templates / explorer / file_xml.html
index 350d078..4efd697 100644 (file)
             }
             
             $('#toggle-sidebar').toggle(function() {
-                $('#images-wrap').width(0);
-                $('#sidebar').width(8);
-                resizePanels();
-            }, function() {
                 $('#images-wrap').width(480);
                 $('#sidebar').width(488);
                 resizePanels();
+            }, function() {
+                $('#images-wrap').width(0);
+                $('#sidebar').width(8);
+                resizePanels();
             })
             
             $(window).resize(function() {