X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d30c85700a77653b48a5c28b5242dbe22b99a174..57d1397f78113cec462ac3316d8cd01b29a6d5c3:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 350d0788..18866d2b 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() { @@ -59,7 +59,7 @@ addEditorButton('utwór', function(text) { return '' + text + ''; }); addEditorButton('akap', function(text) { return '' + text + ''; }); - $('#images').lazyload('.image-box', {threshold: 600}); + $('#images-wrap').lazyload('.image-box', {threshold: 600}); }); @@ -68,14 +68,15 @@ {% block breadcrumbs %}Platforma Redakcyjna ❯ plik {{ hash }}{% endblock breadcrumbs %} {% block maincontent %} -
ŹródłoHTML
{{ image_folders_form.folders }}
 
+
ŹródłoHTML