##// END OF EJS Templates
remove js styling, already done in css in logoutmain
Matthias BUSSONNIER -
Show More
@@ -1,11 +1,10
1 1 // Copyright (c) IPython Development Team.
2 2 // Distributed under the terms of the Modified BSD License.
3 3
4 4 var ipython = ipython || {};
5 5 require(['base/js/page'], function(page) {
6 6 var page_instance = new page.Page();
7 $('#ipython-main-app').addClass('border-box-sizing');
8 7 page_instance.show();
9 8
10 9 ipython.page = page_instance;
11 10 });
General Comments 0
You need to be logged in to leave comments. Login now