##// END OF EJS Templates
note loaded, unused dependencies in require
MinRK -
Show More
@@ -18,6 +18,7 require([
18 18 'notebook/js/savewidget',
19 19 'notebook/js/keyboardmanager',
20 20 'notebook/js/config',
21 // only loaded, not used:
21 22 'custom/custom',
22 23 ], function(
23 24 IPython,
@@ -12,6 +12,7 require([
12 12 'tree/js/sessionlist',
13 13 'tree/js/kernellist',
14 14 'auth/js/loginwidget',
15 // only loaded, not used:
15 16 'jqueryui',
16 17 'bootstrap',
17 18 'custom/custom',
General Comments 0
You need to be logged in to leave comments. Login now