Skip to content

Commit

Permalink
Merge pull request #3692 from rcl33/notebook-rename-dialog
Browse files Browse the repository at this point in the history
Fix rename notebook - show error with invalid name
  • Loading branch information
minrk committed Jul 19, 2013
2 parents 0397c02 + a4fefd0 commit 64a30dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IPython/html/static/notebook/js/savewidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 64a30dd

Please sign in to comment.