diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 5de9f14ba..7e6af842d 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -2850,14 +2850,14 @@ define(function (require) { title : "Revert notebook to checkpoint", body : body, buttons : { + Cancel: {}, Revert : { class : "btn-danger", click : function () { that.restore_checkpoint(checkpoint.id); } - }, - Cancel : {} } + } }); };