mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +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 || {};
|
||||
require(['base/js/page'], function(page) {
|
||||
var page_instance = new page.Page();
|
||||
$('#ipython-main-app').addClass('border-box-sizing');
|
||||
page_instance.show();
|
||||
|
||||
ipython.page = page_instance;
|
||||
|
Loading…
Reference in New Issue
Block a user