##// END OF EJS Templates
Adding time delay to show the notebook saving more clearly.
Brian E. Granger -
Show More
@@ -687,7 +687,8 b' var IPython = (function (IPython) {'
687
687
688
688
689 Notebook.prototype.notebook_saved = function (data, status, xhr) {
689 Notebook.prototype.notebook_saved = function (data, status, xhr) {
690 IPython.save_widget.status_save();
690 setTimeout($.proxy(IPython.save_widget.status_save,IPython.save_widget),500);
691 // IPython.save_widget.status_save();
691 }
692 }
692
693
693
694
General Comments 0
You need to be logged in to leave comments. Login now