From 9ff7d264abc4aef793b67bd3de2012256dbc3629 Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 22 Jul 2014 15:37:27 -0700 Subject: [PATCH] note loaded, unused dependencies in require --- IPython/html/static/notebook/js/main.js | 1 + IPython/html/static/tree/js/main.js | 1 + 2 files changed, 2 insertions(+) diff --git a/IPython/html/static/notebook/js/main.js b/IPython/html/static/notebook/js/main.js index 4659b30a4..a1e07ffc7 100644 --- a/IPython/html/static/notebook/js/main.js +++ b/IPython/html/static/notebook/js/main.js @@ -18,6 +18,7 @@ require([ 'notebook/js/savewidget', 'notebook/js/keyboardmanager', 'notebook/js/config', + // only loaded, not used: 'custom/custom', ], function( IPython, diff --git a/IPython/html/static/tree/js/main.js b/IPython/html/static/tree/js/main.js index d71c32808..5c0b018ec 100644 --- a/IPython/html/static/tree/js/main.js +++ b/IPython/html/static/tree/js/main.js @@ -12,6 +12,7 @@ require([ 'tree/js/sessionlist', 'tree/js/kernellist', 'auth/js/loginwidget', + // only loaded, not used: 'jqueryui', 'bootstrap', 'custom/custom',