##// END OF EJS Templates
Fix rename notebook - show error with invalid name...
Rick Lupton -
Show More
@@ -87,6 +87,7 var IPython = (function (IPython) {
87 "have 1 or more characters and can contain any characters " +
87 "have 1 or more characters and can contain any characters " +
88 "except :/\\. Please enter a new notebook name:"
88 "except :/\\. Please enter a new notebook name:"
89 );
89 );
90 return false;
90 } else {
91 } else {
91 IPython.notebook.set_notebook_name(new_name);
92 IPython.notebook.set_notebook_name(new_name);
92 IPython.notebook.save_notebook();
93 IPython.notebook.save_notebook();
General Comments 0
You need to be logged in to leave comments. Login now