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