mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
[notebook] read-only: disable name field
This commit is contained in:
parent
d7970d29a5
commit
b0ad2c6f29
@ -106,6 +106,10 @@ $(document).ready(function () {
|
||||
$('div#config_section').addClass('hidden');
|
||||
$('div#kernel_section').addClass('hidden');
|
||||
$('span#login_widget').removeClass('hidden');
|
||||
|
||||
// set the notebook name field as not modifiable
|
||||
$('#notebook_name').attr('disabled','disabled')
|
||||
|
||||
// left panel starts collapsed, but the collapse must happen after
|
||||
// elements start drawing. Don't draw contents of the panel until
|
||||
// after they are collapsed
|
||||
|
Loading…
Reference in New Issue
Block a user