##// END OF EJS Templates
[notebook] read-only: disable name field
Matthias BUSSONNIER -
Show More
@@ -106,6 +106,10 b' $(document).ready(function () {'
106 106 $('div#config_section').addClass('hidden');
107 107 $('div#kernel_section').addClass('hidden');
108 108 $('span#login_widget').removeClass('hidden');
109
110 // set the notebook name field as not modifiable
111 $('#notebook_name').attr('disabled','disabled')
112
109 113 // left panel starts collapsed, but the collapse must happen after
110 114 // elements start drawing. Don't draw contents of the panel until
111 115 // after they are collapsed
General Comments 0
You need to be logged in to leave comments. Login now