##// END OF EJS Templates
Added function to create Bootstrap specific drop down.
jon -
Show More
@@ -92,7 +92,7 b' var IPython = (function (IPython) {'
92 92 }
93 93 }
94 94 ],'move_up_down');
95
95
96 96
97 97 this.add_buttons_group([
98 98 {
@@ -180,7 +180,7 b' var IPython = (function (IPython) {'
180 180
181 181 MainToolBar.prototype.bind_events = function () {
182 182 var that = this;
183
183
184 184 this.element.find('#cell_type').change(function () {
185 185 var cell_type = $(this).val();
186 186 if (cell_type === 'code') {
General Comments 0
You need to be logged in to leave comments. Login now