From 2fcf9fcd76fa7bde1e00ca3316f3035381f336a2 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Tue, 15 Sep 2015 14:39:59 -0700 Subject: [PATCH] Remove bootstrap dependency --- notebook/static/notebook/js/menubar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notebook/static/notebook/js/menubar.js b/notebook/static/notebook/js/menubar.js index 914990849..d1e21f9d2 100644 --- a/notebook/static/notebook/js/menubar.js +++ b/notebook/static/notebook/js/menubar.js @@ -7,9 +7,8 @@ define([ 'base/js/dialog', 'base/js/utils', 'notebook/js/tour', - 'bootstrap', 'moment', -], function($, IPython, dialog, utils, tour, bootstrap, moment) { +], function($, IPython, dialog, utils, tour, moment) { "use strict"; var MenuBar = function (selector, options) {