mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
remove js styling, already done in css in logoutmain
This commit is contained in:
parent
a97f4f69cc
commit
f3cbb8a0c7
@ -4,7 +4,6 @@
|
|||||||
var ipython = ipython || {};
|
var ipython = ipython || {};
|
||||||
require(['base/js/page'], function(page) {
|
require(['base/js/page'], function(page) {
|
||||||
var page_instance = new page.Page();
|
var page_instance = new page.Page();
|
||||||
$('#ipython-main-app').addClass('border-box-sizing');
|
|
||||||
page_instance.show();
|
page_instance.show();
|
||||||
|
|
||||||
ipython.page = page_instance;
|
ipython.page = page_instance;
|
||||||
|
Loading…
Reference in New Issue
Block a user