mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
change - to Hidden
This commit is contained in:
parent
eb5911a3c1
commit
c236253e80
@ -38,7 +38,7 @@ var IPython = (function (IPython) {
|
||||
CellToolbar.dropdown_preset_element = $('<select/>')
|
||||
.addClass('ui-widget ui-widget-content')
|
||||
.attr('id', 'celltoolbar_selector')
|
||||
.append($('<option/>').attr('value', '').text('-'))
|
||||
.append($('<option/>').attr('value', '').text('None'))
|
||||
|
||||
CellToolbar.dropdown_preset_element.change(function(){
|
||||
var val = CellToolbar.dropdown_preset_element.val()
|
||||
@ -298,7 +298,7 @@ var IPython = (function (IPython) {
|
||||
* @example
|
||||
*
|
||||
* var select_type = CellToolbar.utils.select_ui_generator([
|
||||
* ["-" , undefined ],
|
||||
* ["<None>" , undefined ],
|
||||
* ["Header Slide" , "header_slide" ],
|
||||
* ["Slide" , "slide" ],
|
||||
* ["Fragment" , "fragment" ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user