X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e00bd359ecafb0b13852a8da65d1e78fd8be042c..cd1cb90a5b2c292e273087b872b8c8e9efd79a0e:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 727dc122..314c08e3 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -24,6 +24,7 @@ $('#toggle-sidebar').toggle(function() { $('#images-wrap').width(480); $('#sidebar').width(488); + $('#images-wrap').data('lazyload:lastCheckedScrollTop', -10000); resizePanels(); }, function() { $('#images-wrap').width(0); @@ -79,7 +80,6 @@ }); editor.grabKeys(function(event) { - console.log('handle', event, event.keyCode) if (keys[event.keyCode]) { keys[event.keyCode](); }