mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Added function to create Bootstrap specific drop down.
This commit is contained in:
parent
142e884943
commit
9bce946f2e
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user