##// END OF EJS Templates
fix delete_checkpoint errback name
MinRK -
Show More
@@ -2377,7 +2377,7 b' var IPython = (function (IPython) {'
2377 $.ajax(url, {
2377 $.ajax(url, {
2378 type: 'DELETE',
2378 type: 'DELETE',
2379 success: $.proxy(this.delete_checkpoint_success, this),
2379 success: $.proxy(this.delete_checkpoint_success, this),
2380 error: $.proxy(this.delete_notebook_error, this)
2380 error: $.proxy(this.delete_checkpoint_error, this)
2381 });
2381 });
2382 };
2382 };
2383
2383
General Comments 0
You need to be logged in to leave comments. Login now