mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Adding time delay to show the notebook saving more clearly.
This commit is contained in:
parent
1abacb4fce
commit
0c3bba9641
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user