Merge pull request #3692 from rcl33/notebook-rename-dialog

Fix rename notebook - show error with invalid name
Min RK 13 years ago
commit 2eff332dce

@ -87,6 +87,7 @@ var IPython = (function (IPython) {
"have 1 or more characters and can contain any characters " +
"except :/\\. Please enter a new notebook name:"
);
return false;
} else {
IPython.notebook.set_notebook_name(new_name);
IPython.notebook.save_notebook();

Loading…
Cancel
Save