##// END OF EJS Templates
Fixing minor resize bug on the Mac.
Brian Granger -
Show More
@@ -32,11 +32,12 b' $(document).ready(function () {'
32 32 IPython.layout_manager.do_resize();
33 33 IPython.notebook.insert_code_cell_after();
34 34 IPython.layout_manager.do_resize();
35 IPython.pager.collapse();
36 IPython.layout_manager.do_resize();
37 35
38 36 // These have display: none in the css file and are made visible here to prevent FLOUC.
39 37 $('div#header').css('display','block');
40 38 $('div#notebook_app').css('display','block');
39 IPython.layout_manager.do_resize();
40 IPython.pager.collapse();
41 IPython.layout_manager.do_resize();
41 42 });
42 43
General Comments 0
You need to be logged in to leave comments. Login now