diff --git a/IPython/html/static/notebook/js/main.js b/IPython/html/static/notebook/js/main.js index 5cf2395..38c8627 100644 --- a/IPython/html/static/notebook/js/main.js +++ b/IPython/html/static/notebook/js/main.js @@ -15,7 +15,7 @@ // which search marked into global. require(['components/marked/lib/marked', 'widgets/js/init', - 'components/bootstrap-tour/build/js/bootstrap-tour'], + 'components/bootstrap-tour/build/js/bootstrap-tour.min'], function (marked) { "use strict";