##// 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 ],'move_up_down');
94 ],'move_up_down');
95
95
96
96
97 this.add_buttons_group([
97 this.add_buttons_group([
98 {
98 {
@@ -180,7 +180,7 b' var IPython = (function (IPython) {'
180
180
181 MainToolBar.prototype.bind_events = function () {
181 MainToolBar.prototype.bind_events = function () {
182 var that = this;
182 var that = this;
183
183
184 this.element.find('#cell_type').change(function () {
184 this.element.find('#cell_type').change(function () {
185 var cell_type = $(this).val();
185 var cell_type = $(this).val();
186 if (cell_type === 'code') {
186 if (cell_type === 'code') {
General Comments 0
You need to be logged in to leave comments. Login now