Fixing minor resize bug on the Mac.

Brian Granger 15 years ago
parent cad3c34d62
commit 8207ecc086

@ -32,11 +32,12 @@ $(document).ready(function () {
IPython.layout_manager.do_resize();
IPython.notebook.insert_code_cell_after();
IPython.layout_manager.do_resize();
IPython.pager.collapse();
IPython.layout_manager.do_resize();
// These have display: none in the css file and are made visible here to prevent FLOUC.
$('div#header').css('display','block');
$('div#notebook_app').css('display','block');
IPython.layout_manager.do_resize();
IPython.pager.collapse();
IPython.layout_manager.do_resize();
});

Loading…
Cancel
Save