##// END OF EJS Templates
rename shouldn't create a checkpoint
MinRK -
Show More
@@ -96,7 +96,7 b' var IPython = (function (IPython) {'
96 );
96 );
97 } else {
97 } else {
98 IPython.notebook.set_notebook_name(new_name);
98 IPython.notebook.set_notebook_name(new_name);
99 IPython.notebook.save_checkpoint();
99 IPython.notebook.save_notebook();
100 $(this).dialog('close');
100 $(this).dialog('close');
101 }
101 }
102 },
102 },
General Comments 0
You need to be logged in to leave comments. Login now