diff --git a/notebook/static/notebook/js/notificationarea.js b/notebook/static/notebook/js/notificationarea.js index 4b615248a..79a72eb39 100644 --- a/notebook/static/notebook/js/notificationarea.js +++ b/notebook/static/notebook/js/notificationarea.js @@ -178,13 +178,13 @@ define([ keyboard_manager: that.keyboard_manager, notebook: that.notebook, buttons : { + "Don't restart": {}, "Try restarting now": { class: "btn-danger", click: function () { that.notebook.start_session(); } - }, - "Don't restart": {} + } } });