Added function to create Bootstrap specific drop down.

This commit is contained in:
jon 2014-04-17 13:59:47 -07:00 committed by Jonathan Frederic
parent 142e884943
commit 9bce946f2e

View File

@ -92,7 +92,7 @@ var IPython = (function (IPython) {
}
}
],'move_up_down');
this.add_buttons_group([
{
@ -180,7 +180,7 @@ var IPython = (function (IPython) {
MainToolBar.prototype.bind_events = function () {
var that = this;
this.element.find('#cell_type').change(function () {
var cell_type = $(this).val();
if (cell_type === 'code') {