Updated button layout in revert notebook dialog

pull/744/head
Safia Abdalla 10 years ago
parent a619a98fb0
commit 9f29fabea8

@ -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 : {}
}
}
});
};

Loading…
Cancel
Save