Adding time delay to show the notebook saving more clearly.

This commit is contained in:
Brian E. Granger 2011-08-11 16:55:46 -07:00
parent 1abacb4fce
commit 0c3bba9641

View File

@ -687,7 +687,8 @@ var IPython = (function (IPython) {
Notebook.prototype.notebook_saved = function (data, status, xhr) {
IPython.save_widget.status_save();
setTimeout($.proxy(IPython.save_widget.status_save,IPython.save_widget),500);
// IPython.save_widget.status_save();
}