X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d30c85700a77653b48a5c28b5242dbe22b99a174..008decfb2838b94486c36dcf35a2239bf7f1076e:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 350d0788..4efd6975 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -27,13 +27,13 @@ } $('#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() {